Answer the question
In order to leave comments, you need to log in
How to send POST request from console?
1. How to send a post request from a batch file or console?
2. Is it possible to send a post request directly from systemd? The task is to send requests on a timer every 5 seconds. As far as I understand, through the units, you can configure the launch of the batch file. But maybe I don't know, and you can make requests.
Thanks to everyone who helps.
Answer the question
In order to leave comments, you need to log in
curl -d "param1=value1¶m2=value2" -X POST http://localhost/data
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question