Created
July 20, 2023 20:56
-
-
Save dangerouse/329fb07437cb82ff25a621e18f73428a to your computer and use it in GitHub Desktop.
Hosted CloudSponge Proxy Script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<meta charset="utf-8"> | |
<!-- other meta tags... --> | |
<!-- | |
Insert the following script tag to turn any page into a Proxy URL. | |
It does the proxy function only if the user just completed the OAuth flow. | |
--> | |
<script src="https://api.cloudsponge.com/assets/proxy.js"></script> | |
<!-- the rest of your page follows | |
... | |
--> | |
</head> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment