UNABLE TO TRIGGER WEBHOOK USING AT COMMAND #8310
Unanswered
Biswanath00
asked this question in
Q&A
Replies: 1 comment
-
This is not about the arduino firmware. |
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 am using ESP-01 module for WIFI communication :
AT+CWJAP="FTTH-0FC5","*******"
AT+CIPSTART="TCP","maker.ifttt.com",443
AT+CIPSEND=80
output:
23:57:08.737 -> +IPD,272:HTTP/1.1 400 Bad Request
23:57:08.737 -> Server: awselb/2.0
23:57:08.784 -> Date: Sun, 12 Sep 2021 18:27:08 GMT
23:57:08.831 -> Content-Type: text/html
23:57:08.831 -> Content-Length: 122
23:57:08.831 -> Connection: close
23:57:08.877 ->
23:57:08.877 ->
23:57:08.877 -> <title>400 Bad Request</title>
23:57:08.924 ->
23:57:08.924 ->
400 Bad Request
23:57:08.970 ->
23:57:08.970 ->
Beta Was this translation helpful? Give feedback.
All reactions