Does the HTTP status code 302 guarantee no other content from the same domain was loaded/ran?

Does receiving the HTTP 302 status code from a domain A guarantee in any shape or form that there was no JavaScript ran or any additional content (external or not) loaded from that domain A?
The hypothetical scenario where this might be us… Continue reading Does the HTTP status code 302 guarantee no other content from the same domain was loaded/ran?

Does the HTTP status code 302 guarantee no other content was served as part of the same HTTP response?

Does receiving the HTTP 302 status code from a domain A guarantee in any shape or form that there was no JavaScript ran or any additional content (external or not) loaded from that domain A?
The hypothetical scenario where this might be us… Continue reading Does the HTTP status code 302 guarantee no other content was served as part of the same HTTP response?

Tools to intercept a HTTPS GET and change header Status Code during a re-direct?

When a re-direct from a HTML/PHP site takes a couple seconds, can a tool edit the ‘Status Code’ header to skip to the site which requires an access-token.? Which tools, COTS or open-source can do it? Which Burp tool option (like Pro level)… Continue reading Tools to intercept a HTTPS GET and change header Status Code during a re-direct?