AndroidAsync
AndroidAsync copied to clipboard
Does AndroidAsync support CGI?
Hello, I want to develop an webserver which can handle cgi request, like https://192.168.1.1:8080/setup.cgi?SSID=123&psw=12345678
Does AndroidAsync support CGI?
Thanks Rory
CGI is a protocol between the webserver and some other app. You will need to write a get handler that matches the URL and does the work