openvsx icon indicating copy to clipboard operation
openvsx copied to clipboard

Add a way to proxy upstream requests instead of external links

Open amvanbaren opened this issue 2 years ago • 0 comments

Fixes #452 Added UpstreamProxyService

Testing steps

  • Add to dev/application.properties:
ovsx:
  upstream:
    proxy:
      enabled: true
    url: https://open-vsx.org/
  • Run the server
  • Test the upstream endpoints
  • Expected result: all open-vsx.org links are rewritten to localhost:8080

amvanbaren avatar May 27 '22 18:05 amvanbaren