Replies: 4 comments 1 reply
-
I've opened a new issue: #1962 |
Beta Was this translation helpful? Give feedback.
-
While we are at it, is setting the global dispatcher the only way to do this? I would like to change some settings but I want those changed settings to be just for that one request, not for all subsequent requests. I see I can set a |
Beta Was this translation helpful? Give feedback.
-
Perhaps I should open a new question :-). |
Beta Was this translation helpful? Give feedback.
-
OK, so what I can do is create a new Agent as a global variable, call it 'selfSignedDispatcher', set the connect to rejectAuthorized: false, and set it as a dispatcher for calls that use self-signed certificates. Thus I would only use either default global dispatcher or the one I created for reuse. |
Beta Was this translation helpful? Give feedback.
-
Hey folks, greetings 👋
I now need to use ProxyAgent and CookieAgent at the same time, I don't know how to write.
I don't see anything about this in the documentation.
Please help me.
My example code goes something like this:
Help would be greatly appreciated! 🙏
Beta Was this translation helpful? Give feedback.
All reactions