Basic auth is sent to subsequent domains as well
|
09-05-2018, 07:01 PM
Post: #1
|
|||
|
|||
Basic auth is sent to subsequent domains as well
If I enable basic auth for running a test on https://foo.com and foo.com page contains, for example, a js file loaded from https://cdn.bar.com/bundle.js then the basic auth Authorization header is being sent to that domain as well.
Do you think this is a desired behaviour ? |
|||
09-06-2018, 04:56 AM
Post: #2
|
|||
|
|||
RE: Basic auth is sent to subsequent domains as well
Desired or not, it is the expected behavior. The auth header is added to all requests and there isn't support for only adding it to requests for certain origins.
|
|||
09-17-2018, 03:40 AM
(This post was last modified: 09-17-2018 03:41 AM by michaeldr.)
Post: #3
|
|||
|
|||
RE: Basic auth is sent to subsequent domains as well | |||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)