#Can I send GET requests to my local server using Python?

4 messages · Page 1 of 1 (latest)

cyan cedar
#

Hello, I want to create a remote control tool to send commands in Python. If I open localhost:443 I see the text "Welcome to Grasscutter!" I wonder if I can do GET requests to my local server and send commands using Python?

night shore
cyan cedar
#

Yes, thank you very much. That's what I need