Bug 166453 - [SOUP] authentication issue if more than 1 request in webpage
Summary: [SOUP] authentication issue if more than 1 request in webpage
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: Other
Hardware: PC Linux
: P2 Major
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-22 17:49 PST by webkitgtk
Modified: 2017-01-03 10:48 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description webkitgtk 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
Comment 1 Alex Christensen 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?