API Connector - Disabling SSL Verification?

Hello!

I have an API that I am using that works perfectly fine on Postman but throws an error on Bubble. (
Postman response: https://gyazo.com/d3d89c77fa0ed983cf7483653f8d2486
Bubble API Connector response: https://gyazo.com/6c615a75b3494e37c235d6da84af83c4
Exact same call
)

However I think I know what the problem is:
The API only works on Postman when I disable SSL Certificate Verification:
https://gyazo.com/7ebf01b558053b28161c2a75406a0f1a

I assume that this could be what is causing Bubble and Postman to be having different responses to the exact same API call. Keep in mind the call is suppose to be a GET and return an HTML page.

For Bubble:
@emmanuel @josh
2 questions:

  1. Is there a way to disable SSL Verification? (If not, is this something that you guys could add?)
  2. Is there a way to accept HTML as the response type? (Text would probably work as well but just wondering)

This is what I am trying to achieve:

  • Im POST an HTML page and getting passed back a cookie
  • Im then using that cookie to GET another HTML page

If anyone knows anything to achieve or fix this that would be great.

1 Like

This topic was automatically closed after 14 days. New replies are no longer allowed.