Skip to content

Requests to basic auth urls with the chrome browser time out #573

@itsthatguy

Description

@itsthatguy
  • Operating System: macOS 10.12.5
  • Cypress Version: 0.19.4
  • Browser Version: chrome 59.0.3071.115

Is this a Feature or Bug?

Bug?

Current behavior:

Running tests in the desktop app, using the chrome browser, against a URL with a basic auth url (ie; https://username:password@my-site.com) times out

Desired behavior:

Running tests in the desktop app, using the chrome browser, against a URL with a basic auth url works

How to reproduce:

Run a test in the desktop app, using the chrome browser, against a URL with a basic auth url

Test code:

describe('My Site', function() {
  it('Go to My Site', function() {
    cy.visit('https://username:password@my-site.com')
  })
});

Additional Info (images, stack traces, etc)

https://www.chromestatus.com/feature/5669008342777856

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions