-
Notifications
You must be signed in to change notification settings - Fork 81
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
Endpoint by SSL, date and time of SMS delivery #59
Comments
Hello!
|
Hello! Thanks for the information. Where have the reverse proxy to be running, on the Android device? Do you have instructions for setting this up? |
It's not common to run a reverse proxy directly on an Android device. Typically, a reverse proxy would run on a separate piece of hardware within your local network. This could be on a router that supports custom firmware and has the capability to run a reverse proxy, or it could be on a dedicated server or another computer in your network. The general communication flow would look something like this:
In this setup, the parts within the parentheses represent your local network. The reverse proxy serves as a gateway that manages incoming Internet requests and directs them to your Android device. If you're looking for a more straightforward solution, you might want to explore the Public Cloud Server mode. It's designed to be easier to set up and might be better suited for your needs if you're looking to avoid the complexity of configuring a reverse proxy. You can find more information and a guide to get started here: https://sms.capcom.me/getting-started/public-cloud-server/. See also #20 |
Thank you for the great project.
Two questions about this:
When using the local server, is there a way to secure the access to the endpoint by SSL?
Can the date and time of SMS delivery be transmitted in the response, in addition to [state] => Delivered?
The text was updated successfully, but these errors were encountered: