-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to send requests from HTTPS webapp #4
Comments
cURL example: If they are on different networks, you should use a site to site VPN to bridge the networks. That's something you'll have to solve on the network side rather than on the app side. |
Insightful answer, i am curios on how to setup the site to site VPN so that i will be able to make request from any web-app, I have tried using openvpn.com to setup the site to site connection but i don't know what i am doing. Can you share some guideline on how to setup site to site vpn connection using openvpn cloud |
I've never used openvpn cloud so I'm not sure for that specifically. But your webapp would need to be running on a full vm instance so that you could install openvpn on the underlying OS. If you're using some sort of stripped down cloud service for web hosting, probably not an option. Cloudflare tunnels might be an option. That would open the sms service up to the internet using a connector, but it would be secured behind cloudflare and token authentication. I haven't done this myself either, but this should help: https://developers.cloudflare.com/cloudflare-one/connections/connect-apps |
Thanks @tensor5g let me give it a try |
DESCRIPTION
What is the easiest way to send requests to this SMS gateway from a web app running on a cloud server?
The webapp is on a different network from the SMS gateway.
The text was updated successfully, but these errors were encountered: