Jump to content

Recommended Posts

I am building an API which will provide services to a PHP client (PHP is acting as a server to the browser, but acts as a client to the API). One of the functions the API does is create png images.

 

The browser client needs to access these images.  I would rather the browser client not directly access the API server, but only access the PHP webserver.  I would also rather not require the PHP server to need to store a copy of the png image.

 

Can I somehow proxy the image so that the browser client directly accesses the webserver and can download the image?

 

 

Link to comment
https://forums.phpfreaks.com/topic/301773-proxy-an-image/
Share on other sites

This is a standard reverse proxy setup, and the configuration for your specific webserver should be in the documentation (or on Google).

 

So, it cannot be done via PHP, but require Apache/nginx/etc configuration?  The PHP server script will be ran by others, and I don't wish to complicate there setup.

Link to comment
https://forums.phpfreaks.com/topic/301773-proxy-an-image/#findComment-1535696
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.