F
F
foxayb2021-02-21 14:24:34
Web servers
foxayb, 2021-02-21 14:24:34

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 picture603242eed06d2809427235.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
F
foxayb, 2021-05-31
@foxayb

Who cares. I did, more details https://n8n.io

G
ge, 2021-03-04
@gedev

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 question

Ask a Question

731 491 924 answers to any question