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!