Answer the question
In order to leave comments, you need to log in
How to implement a server to perform HTTP requests with a web interface?
Tell me what are the possibilities to deploy a server already with a Web interface, where you can perform HTTP methods (GET, POST)? The importance lies in the fact that you can register data on the web. see picture
Answer the question
In order to leave comments, you need to log in
I did not quickly google ready-made solutions. You can write a backend on something small. I prefer Bottle or Flask, you can also write in PHP ( php-curl to the rescue ). And the frontent (actually the web interface) can be laid out on Bootstrap. You send the form data to the backend, which already sends the type of request you need to the right place and returns the result back to the page.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question