Not Seeing Post Data #547
Unanswered
desmeckert
asked this question in
Q&A
Replies: 1 comment
-
Ok, new information. The data does not get into the POST or GET because the sSpindel I can see it in PHP using file_get_contents('php://input') but I will need to track that down in |
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
-
I built iSpindels.
I want to make a http raspberry pi server to catch and format the data.
The iSpindel is running
I could probably open a TCP/IP port and receive the data there, but the browser already
has the the mysql database and AJAX/JSON tools to decode the JSON package pre-built.
Everything looks fine. The WiFi connects, the URI/URL has the complete path to a page that
returns "Hello iSpindel" which I see on the serial monitor after the "200" ok result.
I have tried an Apache web server, a python web server, and web2py server.
All three connect to my host.
None of these have the data POSTed when iSpindel connects.
What Am I Missing?
Beta Was this translation helpful? Give feedback.
All reactions