I am working with Interactive Brokers Rest API: https://www1.interactivebrokers.com/en/index.php?f=45185
I can use my browser to ping their APIs without problem. Only I will get SSL cert warning.
I also tried to use curl -k url
. It also works.
Then I tried to turn off the SSL certificate verfication in Postman and ping the api. It keeps loading (sending requests).
Not sure whether "Content Security Policy: The page’s settings blocked the loading of a resource at https://localhost:5000/favicon.ico (“default-src”)." will affect. I try to use the network tab to look at this request but I got this message.
It also works using Swagger UI: https://swagger.io/tools/swagger-ui/