Tokens and post requests in nodejs

I am making post requests, with postman everything works perfect, but when I enter the url to which the post request should be made, I get Cannot GET, I understand that it is waiting for a get method, my question is, to make the post request to the fly server, should I generate a token to show me the information?

I made GET requests and it responds correctly showing me all the information.

Sorry if my question is a bit basic, I am still learning about post and get requests and fly.io.

Hi @tomsr

Im slightly confused about what information you’re talking about. What API are you using? Is it ours or is it your app’s? It seems it works with postman but doesn’t with nodejs, can you tell us more which errors are you getting on nodejs?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.