Facebook iframe app redirecting https to http, how?
Posted
by
Paul Whitrow
on Stack Overflow
See other posts from Stack Overflow
or by Paul Whitrow
Published on 2013-07-01T09:53:39Z
Indexed on
2013/07/01
10:21 UTC
Read the original article
Hit count: 147
I'm trying to get an app working within Facebook, but it seems that no matter what I try including forcing just https in the app settings (see screen shot), the iframe source (Facebooks canvas) seems to change the https
address to http (301)
which is then producing SEC7111: HTTPS
security errors in IE?
(sorry I can't post screen shots or extra links yet:( )
Header dump of page in question:
Request URL:https://[hidden]
Request Method:POST
Status Code:301 Moved Permanently
Request Headers (13)
Form Data (1)
Response Headersview source
Connection:keep-alive
Content-Encoding:gzip
Content-Length:253
Content-Type:text/html; charset=iso-8859-1
Date:Mon, 01 Jul 2013 09:42:32 GMT
Location:http://[hidden]
Server:Apache/2.2.22
Vary:Accept-Encoding
I'm getting so confused by this, and would welcome any help that the community could offer.
© Stack Overflow or respective owner