Update FrontToBackend.md

This commit is contained in:
Fr4nz D13trich 2025-10-06 20:59:52 +02:00
parent 6a0e0caec4
commit 2ebe457b6c

View file

@ -1,4 +1,3 @@
instead for send pyhon commands to webserver
To send commands from a Python script to a web server, you can use HTTP requests. The requests library is a popular and user-friendly option for making HTTP calls in Python. To send commands from a Python script to a web server, you can use HTTP requests. The requests library is a popular and user-friendly option for making HTTP calls in Python.
For example, you can send a POST request with data to a specific URL: For example, you can send a POST request with data to a specific URL: