Replies: 3 comments 4 replies
-
hi if you want to have the headers encoded in a specific way, you should encode them yourself. make a hidden intermediate expression and encode as you wish (runLocal true will allow the full javascript engine) and then use the outcome of that intermediate field in your custom headers. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Oki but I think that as long as you specify this header (application/x-www-form-urlencoded) it shall be done automatically... |
Beta Was this translation helpful? Give feedback.
4 replies
-
closing as stale. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
Using application/x-www-form-urlencoded in headers and body doesn't encode in URL format the body or headers
To Reproduce
Expected behavior
URL encode the user that has domain\username
URL encode the password that has symbols %^'/*!&#\ etc...
Screenshots
N/A
Version
ansibleforms v5.0.1
Deployment
Deployed ansibleforms with :
Additional context
Add any other context about the problem here.
Beta Was this translation helpful? Give feedback.
All reactions