'Gmail Addin - urlFetchWhitelist and HTTP proxy
I'm working on a Gmail addin, and I'm stuck with the parameter urlFetchWhitelist.
The user enter an URL and the email content will be posted in HTTP on this URL (this is the over simplified behavior of the addin).
But because this URL is dynamic (is chosen by the user) I can not write it in urlFetchWhitelist.
Do you know if it's allowed (if Google will accept it during the review) to make a HTTP proxy here ? (so the user enter the URL, then the addin make a request to my server which make the request to the URL the user entered).
So I can write the URL to my proxy in urlFetchWhitelist.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
