Team, I am building an API request to use in the form component when submit is clicked
Shared an example screenshot. It is a POST request. The same request works fine in postman. But showing the protocol error in retool.
Can someone please help?
Team, I am building an API request to use in the form component when submit is clicked
Shared an example screenshot. It is a POST request. The same request works fine in postman. But showing the protocol error in retool.
Can someone please help?
Hi @Kabilan_Ravi:
Hi Harry,
Not onprem customer. We are using nginx proxy. The same api works with postman and curl command. No restriction in nginx side.
@Harry_Doan I found the issue. In Authorization I was supposed to give Bearer "token". Missed the work Bearer. Works now.