microsoft/SimpleRestClients

Missing Self-Signed SSL Server supports

marecar3 opened this issue · 4 comments

Hi,

As I can see there is no support for self-signed ssl server support ?

Thanks,
M.S.

SimpleRestClients just uses your browser's HTTP stack. Any issue with self-signed ssl server would be in your browser.

Thanks. However I am using this library for ReactXP project. Can you point to me some other Rest client that I can use ?

We use this library with ReactXP as well -- all it does is use the react native xmlhttprequest shim on that platform. Any library you use will have the same problem unless they have an entirely different HTTP stack that they use.

Thanks!