Ability to configure an outbound web proxy server
Description
Ability to configure an outbound web proxy server
Desired Behavior
Be able to use the outbound proxy server to request image or metadata
Additional Context

Any updates on this?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@kingzleshe have you tried setting HTTPS_PROXY environment variable? overseerr is using axois to make web api requests, which recognises the environment variables but axios do not support make https requests through a http proxy, should using a https proxy instead. in that case, wait either axios or overseerr to fix it.
@kingzleshe have you tried setting HTTPS_PROXY environment variable? overseerr is using axois to make web api requests, which recognises the environment variables but axios do not support make https requests through a http proxy, should using a https proxy instead. in that case, wait either axios or overseerr to fix it.
when i use a http proxy,it will show "Internal Server Error".
@kingzleshe have you tried setting HTTPS_PROXY environment variable? overseerr is using axois to make web api requests, which recognises the environment variables but axios do not support make https requests through a http proxy, should using a https proxy instead. in that case, wait either axios or overseerr to fix it.
when i use a http proxy,it will show "Internal Server Error".
axios do not support making https request through http proxy, i got reponse code 400 from overseerr's log. it's a problem of axios for years. you have to configure a https proxy if you have one. meanwhile it 's quite easy to make http proxy work with some fundamental of nodejs/typescript programming, by several googling & adding a few lines of code, finally make your own version of overseerr. :)
bump up
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
What is the format for the HTTPS_PROXY variables?
I have a HTTPS proxy with username and password