You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to ask if the jira package supports setting proxy headers. Specifically, I need to set the Proxy-Authorization header to use a bearer token for my requests. However, I couldn't find an implementation for this in the jira package.
I'm going to provide an example of using urllib3 with proxy headers.
Internally we use the requests library, I believe if the proxy address is configured on the self._session object then the Proxy-Authorization can just be passed as a normal header
Bug summary
I would like to ask if the
jira
package supports setting proxy headers. Specifically, I need to set theProxy-Authorization
header to use a bearer token for my requests. However, I couldn't find an implementation for this in thejira
package.I'm going to provide an example of using urllib3 with proxy headers.
The text was updated successfully, but these errors were encountered: