sending a HTTP request in the background? #402
-
|
Hello, Is it possible to send a HTTP request in the background? Something akin to the What I'm ultimately trying to do is make a GET request to a fastapi/uvicorn server running locally in Termux, but in that background/without changing the foreground Android activity. This is the URL: This is what I currently have as my Automations JSON: Is this possible using only URLCheck? Is it possible when using URLCheck in conjunction with another app e.g. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
|
Hmm, can you describe with some more details what you want to achieve? If you could provide the steps/actions that would be perfect (like "click the link", "a request is made with X", "chrome opens with url Y",...) I'm a bit confused about the GET request, do you want to send the url to it? Or just call the endpoint and nothing else? |
Beta Was this translation helpful? Give feedback.
It will perform a POST, not a GET (that's why I didn't mentioned it) but if that's ok for you, then perfect.