-
Notifications
You must be signed in to change notification settings - Fork 35
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
Document how to work around insecure https requests #397
Comments
Hi there. So, the bad news is: I don't think it is possible for RESTer to ignore certificate errors. This is because RESTer uses fetch and the it's the browser that decides to block the request. It doesn't seem possible for RESTer to detect that The good news however is, that you can accept the risk for the site once in a new tab and then RESTer should be able to make the request successfully. I just tried the following example:
Does that work for you? |
Thanks for the prompt reply. Yes, your workaround solved the issue. Maybe worth to note somewhere since developers may often use hosts with bad certificates when debugging. ((Ah, I knew I saw your name somewhere: Car Report app!)) |
Yep, that's a good idea. I guess there could just be a text in the error modal that says something like:
|
I added network troubleshooting advice in 4.7.0. Should be available in the next hours. |
Please add a possibility (like
-k
in curl) for insecure https requests.The text was updated successfully, but these errors were encountered: