guino / BazzDoorbell

128 stars 22 forks source link

Can't login on http #28

Open Ricardo1320-del opened 3 years ago

Ricardo1320-del commented 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

guino commented 3 years ago

@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.