User Tools

Site Tools


gateway:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
gateway:start [2022/08/26 07:30] dmitrygateway:start [2022/10/30 18:00] (current) dmitry
Line 22: Line 22:
 For any HTTP request sent to the public webhook URL, the Gateway always returns "OK" (200). Custom webhook authentication protocols that require returning a particular token or signature in response are not supported. For any HTTP request sent to the public webhook URL, the Gateway always returns "OK" (200). Custom webhook authentication protocols that require returning a particular token or signature in response are not supported.
  
-=====Request authentication=====+===Request authentication===
 Requests can be protected by adding authentication using a secret passed via a request header or query parameter. In this case, any request that doesn't have the specified secret will be rejected with the response code 401 "Unauthorized". Requests can be protected by adding authentication using a secret passed via a request header or query parameter. In this case, any request that doesn't have the specified secret will be rejected with the response code 401 "Unauthorized".
  
Line 46: Line 46:
 ^ Description ^ Value ^ Notes ^ ^ Description ^ Value ^ Notes ^
 | Average task triggering latency  | ~3 seconds  | The time required to trigger a Server task after a webhook message is received. | | Average task triggering latency  | ~3 seconds  | The time required to trigger a Server task after a webhook message is received. |
-| Max payload size  | 300KB  | The max size of the incoming HTTP request body ((For large data objects use webhooks as a notification mechanism and retrieve large objects using an API request.)). |+| Max payload size  | 300KB  | The max size of the incoming HTTP request body ((For large data objects use webhooks as a notification mechanism and retrieve large objects using an API request. See also [[transformations:webrequest|action "Web request"]])). |
 | Max throughput  | up to 100 requests/second | If higher throughput is necessary, please contact technical support. | | Max throughput  | up to 100 requests/second | If higher throughput is necessary, please contact technical support. |
 | Max message processing time | 24 hours | If a message was retrieved by Server for processing but wasn't processed in that time it will be returned to the queue.| | Max message processing time | 24 hours | If a message was retrieved by Server for processing but wasn't processed in that time it will be returned to the queue.|
gateway/start.txt · Last modified: 2022/10/30 18:00 by dmitry

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki