Skip to main content

URL Input Field List Management

Configure the list of URLs to control in the URL input field, and set policies for the URLs configured in the conditional policy.


URL list configuration

Add individual URL

Step-by-step progress:

  1. Menu Access

    • Go to "Business System" → "URL Input Field" menu on the admin page.
  2. Start adding site

    • In the "URL List" tab**[+Register URL]**Button click
  3. Enter site information

    • Name(Required): Enter a unique name to identify the site.
    • Description(Optional): Additional description about the site
    • Connection Information(Required): The actual URL address to connect to
      • http://orhttps://Enter in the complete URL format including __PH_0__.
      • When using wildcards*example.comInput in the form of __PH_0__
      • Example:https://www.example.com, *naver.com
      • The slash (/) at the end of the URL will be automatically removed and processed.
    • Group(Optional): Manage classification by selecting from existing created groups.
  4. Save complete.

    • After entering all the information __PH_0__**[Save]**Button click

Caution when entering:

  • The name and connection information cannot be duplicated.
  • The URL must be entered in the correct format.
  • Protocol(http://, https://) or wildcard(*It must start with )
  • The slash (/) at the end of the URL is automatically removed and processed the same way.

Bulk URL Registration

Bulk registration using a CSV file:

  1. Batch registration start

    • In the "URL List" tab**[Bulk Registration]**Button click
  2. Download Template

    • **[Download CSV Template]**Button click
    • Opening the downloaded CSV file in Excel
  3. Creating a CSV file

    • Name: Site Name (Required)
    • URL: Connection address (required, including http:// or https://, or starting with *)
    • Description: Description (optional)
    • Enter site information one per row.
    • Wildcard URLs can also be registered.(e.g.:*naver.com)
  4. File Upload

    • Save the completed CSV file.
    • In the bulk registration screen**[Browse Files]**Click to select a file
    • Or drag and drop the file into the upload area.
    • **[Upload]**Button click
  5. Check results

    • The registration results will be displayed:
      • RegistrationTotal number of processed URLs
      • Normal: Number of URLs successfully registered
      • ErrorNumber of URLs that failed to register
    • In case of an error**[Edit]**Check and correct error details with the button.

Common causes of errors:

  • Required fields not filled in (Name, Connection Information)
  • Duplicate name or access information
  • URL format error

Policy inspection method

Overview of URL Matching Policy

The URLs registered in the URL input field are matched with the user's actual access attempts, and allow/block policies are applied accordingly. You need to understand the system's matching method accurately to configure the policies to work as intended.

Basic Matching Rules

1. Automatic Wildcard Addition

  • All registration URLs are automatically appended by the system.*to add
  • User input:https://naver.com→ System Save:https://naver.com*
  • User input:*naver.com→ System Save:*naver.com*

2. Protocol Distinction Policy

  • http://와 https://는Handled completely separately

  • Reason for classification:

    • For security reasons, HTTP and HTTPS are completely different protocols.
    • Some sites only support http or only support https.
    • In internal systems (especially IP-based), protocols are often fixed.
    • There are cases where different actions are taken for each protocol due to certificate issues.
  • Correct Registration Method: There is no need to register both protocols.

    • General siteMost connections via http are automatically redirected to https.https://or*Recommended for registration
    • Internal System: Accurately registered as a protocol that can be accessed in practice.
    • Allow all protocols: Wildcard(*domain.com) Use

Matching example:

등록된 정책: https://naver.com (시스템 저장: https://naver.com*)

✅ 매칭되는 접속:
- https://naver.com
- https://naver.com/
- https://naver.com/news
- https://www.naver.com (www 자동 처리)

❌ 매칭되지 않는 접속:
- http://naver.com (프로토콜 다름)
- ftp://naver.com (프로토콜 다름)

3. www Handling Policy

  • Automatically handle www the same way only in the protocol URL.
  • In wildcard URLs, www is distinguished.

For the protocol URL:

등록: https://naver.com → 시스템 저장: https://naver.com*

✅ 자동으로 매칭:
- https://naver.com
- https://naver.com/
- https://www.naver.com (www 자동 처리)
- https://www.naver.com/ (www + 슬래시 모두 자동 처리)

For wildcard URLs:

등록: *naver.com → 시스템 저장: *naver.com*

✅ 매칭:
- https://naver.com
- https://naver.com/
- https://blog.naver.com
- https://news.naver.com

❌ 매칭되지 않음:
- https://www.naver.com (www는 별도 등록 필요)

Wildcard Matching Details

1. Wildcard Location

  • Available for use only at the front.: *example.com
  • Intermediate use not allowed: example*.com
  • The back side is automatically added by the system.: No user input required

2. Wildcard Matching Operation

등록: *naver.com → 시스템 저장: *naver.com*

✅ 매칭되는 접속:
- https://naver.com
- https://naver.com/
- https://news.naver.com
- https://news.naver.com/
- https://blog.naver.com
- https://shopping.naver.com

❌ 매칭되지 않는 접속:
- https://naver.co.kr (다른 도메인)
- https://navernews.com (naver.com 문자열이 포함되지 않음)

3. Wildcard Precautions

Possible occurrence of unintended matching:

등록: *shopping.com → 시스템 저장: *shopping.com* (차단 정책)

❌ 의도치 않게 차단되는 접속:
- https://google.com/search?q=online-shopping.com
- https://blog.example.com/review-shopping.com-site

Configuration methods by actual operation scenarios

Scenario 1: Allow all access to a specific site

RequirementsAllow all subdomains and subpages of naver.com

Recommended settings:

등록 1: https://*naver.com (와일드카드 + 프로토콜)
등록 2: http://*naver.com (HTTP도 지원하는 경우)

Matching results:

Scenario 2: Allow only specific domains accurately

Requirements: only www.example.comAllow and block subdomains.

Recommended settings:

등록 1: https://www.example.com
등록 2: http://www.example.com (HTTP도 지원하는 경우)

Matching results:

Scenario 3: Bulk Blocking of Shopping Mall Sites

Requirements: Block all shopping-related sites

Recommended settings:

등록 1: *shop.com (차단)
등록 2: *shopping.com (차단)
등록 3: *mall.com (차단)

CautionIt may be unintentionally blocked when searching for the keyword in the search engine.

1. How to register a protocol

사이트 특성별 권장 등록 방법:

✅ 일반 포털/상용 사이트 (네이버, 구글, 쇼핑몰 등)
- 사이트에서 자동 리다이렉트: http → https
- 권장: https://naver.com 또는 *naver.com
- 비권장: http://naver.com (실제론 https로 접속됨)

✅ 내부 시스템/IP 기반 사이트
- 프로토콜 고정: http만 지원 또는 https만 지원
- 권장: 실제 접속 가능한 프로토콜로 정확히 등록
- 예시: http://192.168.1.100, https://intranet.company.com

✅ 모든 프로토콜 허용 필요시
- 권장: *domain.com (와일드카드 사용)
- 비권장: http://domain.com + https://domain.com (중복 등록)

2. Use Wildcards with Caution

✅ 권장: 서브도메인 허용이 명확한 경우만 사용
- *company.com (회사 공식 도메인들)

❌ 주의: 일반적인 키워드로 와일드카드 사용
- *shop.com (의도치 않은 매칭 발생 가능)

Troubleshooting Guide

Issue 1: Registered but cannot access

Confirmation items:

  1. Protocol match (http vs https)
  2. Inclusion of www (for wildcard cases)
  3. Accuracy of Wildcard Patterns

Solution:

  • Register with a pattern that is exactly the same as the actual URL you are accessing.

Problem 2: Should be blocked but is connected

Confirmation items:

  1. Whether the blocking policy is set correctly
  2. Check if it does not overlap with other allowed policies.
  3. Is the wildcard pattern not too broad?

Solution:

  • Reconfirm block settings in conditional policies
  • Remove duplicate allowance policies
  • Change to a more specific pattern.

Issue 3: Unintended sites are being blocked.

Cause: The wildcard pattern is too broad.

Solution:

  • Use more specific domain patterns.
  • Register individual URLs instead of a wildcard.
  • Add a separate allowance policy for sites that need to be permitted.

Group Management

Group Creation

Create a group to manage URLs categorized by category.

  1. Start adding a group

    • In the "URL List" tab**[+Add]**Button click
    • in the dropdown**[Add Group]**Select
  2. Group information input

    • Name(Required): A unique name to identify the group
    • Description(Optional): Description of the group's purpose or characteristics.
  3. Group creation complete

    • **[Check]**Click the button to create a group.

Edit Group

  1. Select the group to edit

    • Select the checkbox of the group you want to modify from the URL list.
    • Activated at the top**[Edit]**Button click
  2. Edit Group Information

    • Change the name or description in the group edit window.
    • **[Check]**Save changes with the button

Delete Group

  1. Select the group to delete

    • Select the checkbox for the group you want to remove from the URL list.
    • Activated at the top**[Delete]**Button click
  2. Delete confirmation

    • "Delete 1 selected item" confirmation message display
    • **[Check]**When clicked, the group and all URLs belonging to the group will be deleted together.

⚠️ ImportantWhen deleting a group, all sites included in that group will also be deleted, so please decide carefully.


Edit and Delete URL

URL modification

  1. Select the URL to edit

    • Select the site you want to edit from the URL list.
    • **[Edit]**Button click
  2. Edit Site Information

    • The site modification slide panel is open.
    • Edit necessary items such as name, description, connection information, group, etc.
    • **[Save]**Save changes with the button

Delete URL

  1. Select the URL to delete

    • Select the site you want to remove from the URL list.
    • **[Delete]**Button click
  2. Delete confirmation

    • "Delete 1 selected item" confirmation message display
    • **[Check]**Click to complete URL deletion.

List Management Functionality

Search and Filtering

Search Function:

  • You can search by site name or URL in the top search bar.
  • Display results immediately upon input with real-time search.

List display information:

  • Name: Site Identifier
  • Connection Information: Actual URL address (displayed in system storage format)
  • Description: Additional information about the site
  • Modification DateLast modified date

Bulk operation

Multiple choice:

  • Multiple items can be selected simultaneously with checkboxes.
  • Batch edit/delete is possible for the selected items.

Export:

  • **[Download List]**Export the current URL list to a CSV file using the button.
  • Used for backup or migration to another system.

Problem Solving

Common Issues

URL registration failed:

  • Check URL format (whether it includes http:// or https://, or starts with *)
  • Name duplication check
  • Wildcard position check (can only be used at the front)
  • Check for at least one dot (.).

In case of connection issues:

  • Check protocol consistency (Registration: https, Connection: http)
  • Check for the inclusion of www (separate registration is required for wildcards)
  • Reconfirm Allow/Block Settings in Conditional Policies

Group management issue:

  • Check the included URLs before deleting the group.
  • Preventing Duplicate Group Names
  • Establishing an appropriate group classification system