elliottyates

Results 4 comments of elliottyates

We experienced the same issue when updating an `HTTP_PROXY` URI and a stage variable using the SAM CLI. The URI shows up in the console/UI, and the stage variable gets...

In our case, a button in our application fires an XHR to get a temporary URL for a download, then uses `window.location.assign()` with `response-content-disposition=attachment` in order to download a file....

The workaround I'm using, I should mention, is the `blockHosts` feature, which will stop the load and allow assertions to run. (I suppose that might not work if the file...

I believe we have seen this issue when a pull request based off of a feature branch (vs main branch) was rebased against master (after the feature branch was merged,...