My form has a “on form load” step which makes a feathery.http.get call. For testing I set it to https://www.google.com.
When I load the form as part of React embedding, the POST request to
https://api-static-2.feathery.io/api/custom_request/ returns me 404.
Do HTTP gets and posts work?
Hi @Michael . It won’t work since you’re trying to call https://www.google.com but its not an endpoint. I can see you already set up some new API connectors. Do they work now?
The API connectors work, I suppose I was expecting GET to return anything I query e.g. a HTML body. Even when I created my own endpoint with a JSON response, GET was still returning 404.