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
Is it possible to add rejectUnauthorized tp the RequestOptions interface? I would like to be able to simply set this value as an option when making a request with urllib. Currently this property does not exist on the RequestOptions interface and it is needed in order to allow self-signing certficates.
It looks like in the past some effort was made to do something similar to this here, but would it be possible to simply add this to the RequestOptions interface to avoid having to create a new httpRequestClient just for this purpose?
Thanks!
The text was updated successfully, but these errors were encountered:
Is it possible to add
rejectUnauthorized
tp theRequestOptions
interface? I would like to be able to simply set this value as an option when making a request with urllib. Currently this property does not exist on theRequestOptions
interface and it is needed in order to allow self-signing certficates.It looks like in the past some effort was made to do something similar to this here, but would it be possible to simply add this to the
RequestOptions
interface to avoid having to create a new httpRequestClient just for this purpose?Thanks!
The text was updated successfully, but these errors were encountered: