Replies: 1 comment
-
|
@MrWazaby Hi! Did you find a solution? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I have a website doing that:
http://site1/page -> (http to https redirect) -> https://site1/page -> (redirect via headers) -> https://site2 -> (redirect via JS) -> https://site2/pageAt the end, by putting
http://site1/pageI've go the screenshot and body ofhttps://site2/pagewithMustScreenshot()andMustHTML(). I also retrieve the response headers.Do you know a way so I can get html body, headers and screenshots (if any) of each steps?
Beta Was this translation helpful? Give feedback.
All reactions