Script does not work on HTTPS
|
11-12-2014, 01:09 AM
Post: #1
|
|||
|
|||
Script does not work on HTTPS
It seems that script does not send custom headers for HTTPS but it works for HTTP. For example, I tried below script
HTTPS ----------- setHeader hdr1: 123 navigate https://google.com Result : http://www.webpagetest.org/result/141111_S5_TGC/ Note that hdr1 was not sent to the server in above test. HTTP ----------- setHeader hdr1: 123 navigate https://google.com Result : http://www.webpagetest.org/result/141111_0D_TKE/ Note that hdr1 was sent to the server in above test. Any suggestion on how to send custom headers using script to HTTPS domains? Thanks |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Script does not work on HTTPS - LionHeart - 11-12-2014 01:09 AM
RE: Script does not work on HTTPS - pmeenan - 11-12-2014, 07:33 AM
|
User(s) browsing this thread: 1 Guest(s)