You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WiFi credentials are exposed in the URL when sending with a GET request in softAP mode. I tried to use post method for the same however I can only read the header of the request. Do you know of a way to get the body of post method? The client connection gets closed after receiving the header.
Code: client.print("<form METHOD='POST' action='/a'><label>SSID: " "</label><input name='ssid' length=32><label>Password: </label><input name='pass'" "length=64 type='password'><input type='submit' name= 'Submit'></form>");
The text was updated successfully, but these errors were encountered:
WiFi credentials are exposed in the URL when sending with a GET request in softAP mode. I tried to use post method for the same however I can only read the header of the request. Do you know of a way to get the body of post method? The client connection gets closed after receiving the header.
Code:
client.print("<form METHOD='POST' action='/a'><label>SSID: " "</label><input name='ssid' length=32><label>Password: </label><input name='pass'" "length=64 type='password'><input type='submit' name= 'Submit'></form>");
The text was updated successfully, but these errors were encountered: