- My goal: Test OAuth 2.0 Authorization Code Grant
- Issue: redirect_uri parameter is being encoded, despite checking “Disable URL encoding”
- Steps I've taken to troubleshoot:
- Additional info: Cloud
The callback URL is used as the redirect_uri parameter, however the OAuth 2.0 service I am using requires all redirect_uri values to not be encoded.
When navigating to the authorization page for the service, the parameter is encoded:
![]()
So I change the Advanced options, and save the resource:
I try again. The parameter remains encoded:
![]()
Hoping someone can identify if this setting is being used or ignored when building the redirect URL query parameters.
Thank you!

