Open Ricardo1320-del opened 3 years ago
tried file httpd.conf in 2 ways like:
/cgi-bin:user:password and user:password
as soon as I want to go to snap.cgi (address changed as indicated in ppsapp patch), I keep getting a login screen every time, it doesn't snap.
tried following urls:
http://user:password@ip:8080/cgi-bin/snap.cgi
and
http://ip:8080/cgi-bin/snap.cgi
@m-Aiden httpd.conf should be like this:
/:user:password
You can set the user and password to your liking (plain text for user and password) but the format has to be the above or it won’t work correctly.
tried file httpd.conf in 2 ways like:
/cgi-bin:user:password and user:password
as soon as I want to go to snap.cgi (address changed as indicated in ppsapp patch), I keep getting a login screen every time, it doesn't snap.
tried following urls:
http://user:password@ip:8080/cgi-bin/snap.cgi
and
http://ip:8080/cgi-bin/snap.cgi