php-proxy-app icon indicating copy to clipboard operation
php-proxy-app copied to clipboard

Img src not loaded

Open vletroye opened this issue 5 years ago • 2 comments

Hi,

I am testing your php-proxy (to replace the abandonned PHProxy) with the page www.w3c.org. I see that the images with a src="/path/filename" (without any extension) are not loaded.

Ex: The img here under (used as bullet point on w3c) must have 'https://www.w3.org/2008/site/images/ico-plus' as a full url Expand

But as it seems not handled by php-proxy, it resolves into http://<My Web Server>/2008/site/images/ico-plus

Is there anything that can be done to support such src for img ?

Kind regards

vletroye avatar Apr 14 '20 16:04 vletroye

I found that jsproxy uses service worker to manage these problems.Maybe this can help .@Athlon1600

ch4rc0al1080 avatar Apr 22 '20 13:04 ch4rc0al1080

https://github.com/EtherDream/jsproxy/blob/master/docs/blogs/js-hook.md

ch4rc0al1080 avatar Apr 22 '20 13:04 ch4rc0al1080