Skip to content

Azure function app that fetches a URL and returns its contents. Used when CloudAPK is blocked from fetching a web resource

Notifications You must be signed in to change notification settings

pwa-builder/safe-url-proxy

Repository files navigation

Please use our main repository for any issues/bugs/features suggestion.

safe-url-proxy

Azure function app that fetches a URL and returns its contents. This is used by PWABuilder to get around cross-origin request limitations.

Usage

  • To get a resource, like an image, call /api/getSafeUrl?url=https://somesite/logo.png

  • To check for the existence of a resource, call /api/getSafeUrl?checkExistsOnly=true&url=https://somesite/logo.png

About

Azure function app that fetches a URL and returns its contents. Used when CloudAPK is blocked from fetching a web resource

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages