davetemplin / web-request

Simplifies making web requests with TypeScript async/await
MIT License
35 stars 8 forks source link

Added optional `rejectUnauthorized` parameter to `RequestOptions`... #15

Closed aldass closed 7 years ago

aldass commented 7 years ago

... interface. This helps to support making connections in corporate intranet environments when developing/debugging against servers that have self-signed certs and/or use internal certificate authorities.

PS-davetemplin commented 7 years ago

Good change, thanks!