Forum Discussion
Anonymous
4 years agoNot applicable
problems with POST call on REST API
Hi All I'm having issues getting a response from the server on a POST call to the REST API of interactive brokers (IB). I have now gotten the GET calls working (which had SSL/TLS errors previously)...
- 4 years ago
Hi Anonymous
Try explicitly using HTTPS, your query currently is not.
https://localhost:5000/v1/api/iserver/secdef/searchRegards
Phil
lbendlin
Super User
4 years agoPOST requires a Content payload.
navneet0512
Helper III
4 years agoThat means
- lbendlin4 years ago
Super User