electronicsguy/ESP8266

Redirection Url Encoding?

Closed this issue · 1 comments

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

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