Passing Parameters to REST Access Token
Hello,
Couple of questions on the REST Request Payload configuration of the REST shape:
1) When using Content Type x-www-form-urlencoded, how do I pass parameters to the Service URL of the Access Token?
2) When selecting Content Type of JSON, the Custom Payload and Map Payload with Schema are always disabled. How do I enable them?
Thanks,
Ken
-
I haven't used the x-www-form-urlencoded content type before, but my guess is that they're similar to HTTP headers. Go ahead and throw your headers and values into an HTMLEncode() function and paste the results on the next screen.
Remember for JSON that most servers only accept payloads for POST requests. If you try a GET request, you won't usually need a payload (from my limited experience with REST).
Please sign in to leave a comment.
Comments
1 comment