Greetings.
I'm having trouble integrating an external API. The documentation says there is only one required header: "Accept": "application/json"
That seems pretty straight forward, so I set that up like this:
However, when I do a test run, I get the following:
The purpose of this call is simply to test the connection. I was given the entityId and base url directly from the API provider, and my Xano IP was confirmed whitelisted by the API provider.
I'm confused why it doesn't appear that the header is being sent in the request. Could that be what is causing it to time out? I tried increasing the timeout limit and it still did the same thing. I'm relatively new to Xano, but I've set up several external APIs and have not had this type of problem. Any ideas, or is this a problem on the API provider's end?