-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request rest API with a Certificate #63
Comments
@rsilvestre Do you mean client-side certificates? If not those, what exactly do you mean? I you provide an example? Issuing a normal HTTPS request doesn't require any particular setup. |
Hi @zohararad, In the client side i have this config in the connections.js file and i try to connect on a server and i need to authenticate with a certificate :
I'd like to add a certificate like that :
|
@rsilvestre I see. I'm not sure superagent (the underlying HTTP client) supports that officially. Let me take a look, but feel free to dig around yourself. |
Hi Guys,
It's more a question than an issue, but like a face some difficulties to use certificate, i'd like to ask you how it's possible to use certificate to perform a rest request on a https server?
I'm working on the branch v0.1.0-waterline-v0.10 ?
May be you could just give me an example?
Regards
The text was updated successfully, but these errors were encountered: