Discussions
Disable HTML URL Encoding of headers
over 1 year ago by null
Currently we have a token header that will contain a space
When this is added, the example request fills in that header space with an encoded %20 which breaks the sample request. This is the case with all of our docs, where none of the sample requests will work
Is there a way to disable HTML URL encoding for the "Try it" sample requests?