Created
August 9, 2016 14:35
-
-
Save Kevin-Bronsdijk/31b240004dbbe42176473ca4169a0695 to your computer and use it in GitHub Desktop.
Logic App sample data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"actions": { | |
"New_Test_Request": { | |
"inputs": { | |
"body": "-----011000010111000001101001\r\nContent-Disposition: form-data; name=\"url\"\r\n\r\nhttp://devslice.net\r\n-----011000010111000001101001--", | |
"headers": { | |
"Authorization": "Basic a2V2aW5AYnJvbnNkaWprLmNvbTozOHExMGG0GmI2CzI1MjdhODGkN2I5MzYxNTZkMzMzNA==", | |
"Content-Type": "multipart/form-data; boundary=---011000010111000001101001" | |
}, | |
"method": "POST", | |
"uri": "https://gtmetrix.com/api/0.1/test" | |
}, | |
"runAfter": {}, | |
"type": "Http" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment