Hi All,
We have a web application what communicates with JIRA (v7.0 on demand) via rest. A proxy server of ours swallows the “Authorization” headers of outgoing HTTP requests, so the authorization doesn’t working. Do you have any idea / or workaroung how can we bypass this? Unfortunately changing the proxy operation is not an option.
MyApp ----> Proxy (deletes all Authorization headers) -----> Jira Server
I’ve read that we can embed the Basic authorization in the URL, but I could not find if we can embed Oauth2 token.
If you can help somehow, please help me.
Regards,
Nandor