-
Notifications
You must be signed in to change notification settings - Fork 360
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
Add ability to trust a self-signed certificate #156
Comments
I only see this option available if I look at the REST API option under the global Data Sources. I really want to see the option under an individual query in my app when selecting the "REST Query" option within it. Is there a means to make it appear there, or do I have to use a global? I was thinking I had an old version and after verifying I had the latest, thought something was amiss with my deployment after seeing your screen shot and not seeing it in there. |
Hey @virtzilla, first we use the idea of data source to store credentials and common settings for a bunch of queries. For example you can create a REST API data source with common URL prefix (e.g. Second, as per the At last for the |
In my use case, I have dynamic endpoints that I want to define on the fly for the API endpoints (appliances) - thus trying to avoid "predefined" data sources. I have a form value for the hostname, thus the path I was taking.
Stepping back, I think such a setting equally applies in both areas and shouldn't be limited to the data source level. I know at least for me on my quest, I wasted a fair amount of time trying to find the newly referenced option where it wasn't (and that led me down a path of why I wasn't seeing it) where I would expect to. |
Got it, in this case I think you can still create an REST API data source with empty host/path and |
Hi,
Now if I want to use internal API with self-signed certificate, i can't.
My suggestion is a checkbox like in postman.
The text was updated successfully, but these errors were encountered: