WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Flash content through Reverse Proxy with busybox httpd  (Read 1452 times)

Offline lotte67890

  • Newbie
  • *
  • Posts: 15
Flash content through Reverse Proxy with busybox httpd
« on: May 07, 2018, 10:55:03 AM »
Servus, I´m struggling with a website which must be loaded via reverse proxy. I´m able to load the site from my client through an internet connection via a LTE modem which is connected to the PI and having an entry in my httpd.conf like:

P:/testsite/:http://xyz.testserver.com/

the PI also has a configured route that points the ip address of xyz.testserver.com to a different gateway so that the site is loaded not from external client but through the PI via an extra router (which in that case is mandatory).

This works fine so far, I can access the website but it´s just that this site uses flash and inside flash I get a "configuration" error. I assume that the flashcontent recognizes that I come from a different IP, cause of not having direct access from my Client to that specific website.

In one of the apache forums I read that "ProxyPreserveHost On" solved the problem by a guy struggling with the same, but there seems to be no option like that in busybox httpd.

Is there a different http Server I can try? Anyone any further suggestions?

Thanks a lot

L