Skip to content

Commit c6588f5

Browse files
adds FAQ to Source Function docs about GET requests
1 parent 9e364b8 commit c6588f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/connections/functions/source-functions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,3 +398,7 @@ The execution time limit is five seconds, however Segment strongly recommends th
398398
#### Does Segment alter incoming payloads?
399399

400400
Segment alphabetizes payload fields that come in to **deployed** Source Functions. Segment doesn't alphabetize payloads in the Functions tester. If you need to verify the exact payload that hits a Source Function, alphabetize it first. You can then make sure it matches what the Source Function ingests.
401+
402+
#### Does the source function allow GET requests?
403+
404+
GET requests are not supported with a source function, and the only way for the source function to receive data is through a POST request.

0 commit comments

Comments
 (0)