Hello AppGyvers,
So far I’ve always done my “REST API direct integration resource” with XANO or Supabase, super easy.
Today I’m trying to make a http request to a webhook url from n8n. I always get the same error here.
Error: TypeError: NetworkError when attempting to fetch resource.status: -1
But the big difference is that one and the same query leads to a positive result at Postmann with the same header information.
My question is what is the real difference between Postman and the requests via AppGyver and how can I close the gap?
Many Thanks