Bug 166453
| Summary: | [SOUP] authentication issue if more than 1 request in webpage | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | webkitgtk |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Major | CC: | achristensen, beidson, bugs-noreply, mcatanzaro, simon.fraser |
| Priority: | P2 | ||
| Version: | Other | ||
| Hardware: | PC | ||
| OS: | Linux | ||
webkitgtk
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alex Christensen
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?