Sending to personal endpoint #179
Unanswered
italrolando
asked this question in
Q&A
Replies: 1 comment
-
|
HTTP 405 is coming from your server, so you'll have to share more about what your built. The server needs to accept a POST request. Is it possible your node.js router only is configured to accept a GET? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've created on my VPS a personal GPS tracking with Node.js, MySQL, etc, and I was using my iPhone Automation to send positions, but iOS Automation feature has some limitations, so I found Overland.
To be brief, I set my https URL and the API key in the settings, and when I press Send I get:
HTTP Error: Request failed: method not allowed (405)
I'm sure there are lots of possibilities for debugging this, but any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions