Skip to content

Commit c72e34d

Browse files
authored
Update README.md
1 parent c56af50 commit c72e34d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ You should have a timer function, scheduled task, cron job or similar to downloa
1010
You can find your configuration file here https://[your-customer-id].queue-it.net/status/integrationconfig/[your-customer-id] or via secure link (*) https://[your-customer-id].queue-it.net/status/integrationconfig/secure/[your-customer-id] after a successful publish. Remember, when you programmatically perform HTTP GET against the above endpoint then make sure you actually received the JSON data, i.e. only accept HTTP 200 with content-type application/json.
1111
Please contact Queue-it support through the Go Queue-it self-service portal to get further help on this.
1212

13-
### * How to use secure link to download integration configuration:
14-
Integration configuration contains valuable information like triggers and actions. Someone can use this information to potentially bypass the queue. Anyone can download the configuration by knowing the URL because it does not require any authentication. You can protect integration configurations by enabling the “**Secure integration config**” setting, so only legitimate systems can download it by providing a valid API key.
13+
### * How to download integration config with Api secrete Key:
14+
Integration configuration contains valuable information like triggers and actions. Anyone can download the configuration by knowing the URL because it does not require any authentication. You can protect integration configurations by enabling the “**Secure integration config**” setting, so only legitimate systems can download it by providing a valid API key.
1515

1616
1. You need to enable “**Secure integration config**” setting in the Go Queue-it self-service portal.
1717
2. You need to decorate the request by adding API key in the request header. You can get API key in the Go Queue-it self-service portal.

0 commit comments

Comments
 (0)