Good morning,
I want to send variables to a URL.
but when I use Web1.posttext with a variable it doesn't work. On the other hand, if I use it with text it works.
Can you tell me what's wrong with this block?
Good morning,
I want to send variables to a URL.
but when I use Web1.posttext with a variable it doesn't work. On the other hand, if I use it with text it works.
Can you tell me what's wrong with this block?
It still does not work
On the other hand, I didn't put anything with initialize global URL. Should I hang something on it?
If yes, what?
This solution doesn't work either. No information is sent to the website
I would like when I press the ESP32 button the following information is sent such as:
http://myurl/id=xxxxxxxxxx&long=xx.xx&lat=xx.xx
show what works.
Do you have to use POST ? Could you use GET and just join your parameters to the url ?
You do not say/show how your website is receiving the data, php ?
this launches a notification on the website in question specifying the id and the latitude and longitude
OK, but how ?
For exemple, when I do this:
I have this on my web site:
I just found the error. A small space that was slipped where it shouldn't be
Thank you all for your help !
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.