Why is a file requested through https after it has already been fetched through http?
Posted
by Walter White
on Stack Overflow
See other posts from Stack Overflow
or by Walter White
Published on 2010-04-01T02:18:57Z
Indexed on
2010/04/01
2:23 UTC
Read the original article
Hit count: 409
Hi all,
I am trying to understand Http/Https a little better and possibly what headers I'm sending clients.
Does the client have to re-fetch the same file under Https when it has already been fetched under Http, or do I need to send special headers?
Walter
© Stack Overflow or respective owner