electronicsguy / ESP8266

ESP8266 Projects
242 stars 183 forks source link

Redirection Url Encoding? #56

Closed LRagji closed 6 years ago

LRagji commented 6 years ago

Hi I am running into an issue, when i connect to google script i get redirection and the location header has the redirect url which is correct(check with postman) all fine till here, but when the redirection url is hit it gives me another redirect.... A little bit of debugging got me to a point where the redirect url was having an '&' char which has to be url encoded to '&amp' which is not happening.. So the question is is url encoding handled in the lower layers?

Details: ESP32 with fork of your lib from https://github.com/SensorsIot/Reminder-with-Google-Calender/tree/master/ReminderV2

LRagji commented 6 years ago

Opps read late ESP32 is not supported So maybe my above scenarios wont work with your lib as well , will wait for this support