Access ReverseProxy from iframe only
Posted
by
soundsofpolaris
on Server Fault
See other posts from Server Fault
or by soundsofpolaris
Published on 2014-08-19T02:34:40Z
Indexed on
2014/08/19
4:22 UTC
Read the original article
Hit count: 420
I have OwnCloud setup and it has a feature called External Site. It loads a site in an iframe, so you can stay in the websites shell.
I have a page running on a reverse proxy. Is there anyway to only allow the OwnCloud page to access the reverse proxy while blocking any other connections to it?
So in this situation, the OwnCloud site is publically accessible but I don't want the reverse proxy to be.
On apache2, Ubuntu 14.04, own cloud 7
© Server Fault or respective owner