NEW 166453
[SOUP] authentication issue if more than 1 request in webpage
https://bugs.webkit.org/show_bug.cgi?id=166453
Summary [SOUP] authentication issue if more than 1 request in webpage
webkitgtk
Reported 2016-12-22 17:49:46 PST
I have simple html page that includes the following: <a href="vidfarm-c1.html"><img class="motion" src="http://192.168.1.6:8081" /></a> <a href="vidfarm-c2.html"><img class="motion" src="http://192.168.1.6:8082" /></a> when visiting that page ... it is some what random whether 8081 or 8082 request for authentication occurs, and never does it asked for the other one ... if I visit page with firefox it requests 8081 first followed by 8082
Attachments
Alex Christensen
Comment 1 2017-01-03 10:48:08 PST
Could you please provide more information about how the servers at 192.168.1.6 respond? I'm assuming you have a server set up on your local network. There are many different types of requests for authentication. Is it basic authentication? Is it trying to do an SSL handshake?
Note You need to log in before you can comment on or make changes to this bug.