Ilgar
Ilgar
I couldn't POST json request to googleapis.com would anybody done this before?
@vshymanskyy Some SSL connections worked for me with this library: github.com/govorox/SSLClient
could you solve this problem, I get same error messages "+CME ERROR: operation not allowed", anyone help?
Hi, I'm also working on with sim800L model modul with sending json request to googleapis.com. But I couldn't build proper structure of POST request. This is my working structure with...
@RobertByrnes thank you for your respond. I tried several things and couldn't make it unfortunately. I guess I'm doing something wrong with my code. I'll open new issue of mine...
@cezarg1410 what is resource in client.post(resource); ?
> Resource = "/something" > > As in https://api.example.com/something > > You have already given the host when you connected in the connect method as "api.example.com" so now the endpoint...
@cezarg1410 may it works for your case? https://github.com/Samorange1/Connect-ESP32-to-Firebase-via-GSM it bypass ssl connecction with a server
> Thanks for that! Looks interesting, will get deep dive into it please keep contact together, It worked for me. But also I'm struggling about 403 forbidden issue for another...
could you solve this problem. I'm facing with same problem. Need help