python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Cookies consent popup - Blocked a frame with origin "https://www.wtwco.com" from accessing a cross-origin frame
I am having issues with the below test scenario I am trying to automate using Cypress:
When I navigate to http://www.willistowerswatson.com/ICT, a pop-up for cookies is displayed. I think it's an ifra...
user9847788
Votes: 0
Answers: 1
Cypress failing test due to CORS?
I have a simple test that fails due to CORS and I'm unsure how to fix it:
it("Visits home", () => {
cy.visit("http://localhost:3000");
});
This is the error:
...
Noob
Votes: 0
Answers: 1
Sorviceworker in cross origin iframe
I want to load a small plugin from domain B in an iframe on a page from domain A.
The plugin from domain B uses a service worker for optimal performance.
However, the SW can't be installed because the...
jrnv
Votes: 0
Answers: 1
CSRF token cookie is not set for cross origin requests
The problem:
In production my server and client are running in different origins (CORS).
The client needs to store a cookie sent from the server, but it fails to do so even that the cookie attributes ...
Ron Michaeli
Votes: 0
Answers: 0