We are facing the following issue. We are building a Facebook Tab page, and the SSL
URL
, is through AKAMAI (something like: https://a248.e.akamai.net/f/248/{PATH}
). The Non Secure page tab, is served through a normal URL
(eg. http://ourapp.com
)
Both URL
s are properly configured and resolved by Facebook (tested through Linter), but, when we open the page tab, we get:
Access Denied
You don't have permission to access "http://a248.e.akamai.net/" on this server.
It seems, that Facebook, POSTs to the secure URL
, without the full URL
, just the domain part.
the thing is getting weirder, if we append an image to the app settings.
when we put:
Non Secure Tab: http://ourdomain.com/image1.jpg
Secure Tab: https://a248.e.akamai.net/f/248/{PATH}/image1.jpg
Then the access denied is like this:
Access Denied
You don't have permission to access `http://a248.e.akamai.net/image1.jpg on this server.
Are there any suggestions?