I want to make hotspot login using HTTP request to hotspot URL using Guzzle Http as below:
url = 192.168.88.1/login => hotspot url
username = 'username ‘;
passowrd = ’ password’;
In the response i am getting 501 not implemented response . Is it not possible to to http post request to hotspot login url ?