You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/page
At the end, by putting http://site1/page I've go the screenshot and body of https://site2/page with MustScreenshot() and MustHTML(). 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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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/page
At the end, by putting
http://site1/page
I've go the screenshot and body ofhttps://site2/page
withMustScreenshot()
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