Send data to a server

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Help me please

Hi everyone!
I have a dictionary as shown below and I want it to be sent to a server via http request and I don’t know how to do it

var score = {"White": 50, "Yellow": 75, "Orange": 100}
:bust_in_silhouette: Reply From: wyattb

I am not getting what is told in this tutorial

Help me please | 2021-06-10 14:37

The document assumes you are familiar with web servers and how to create or use appiications for them. Do you already have a web server that accepts http requests?

wyattb | 2021-06-10 21:27

No!
I am not familiar with web servers nor I have my own web server.
Can you please tell how can I make my own web server to accept http request

Help me please | 2021-06-11 01:24

I am afraid it’s beyond the scope of this forum. You may want to watch some youtube tutorials how to setup a webserver depending which programming language you are comfortable with. The most common languages are php, nodejs and python.

Pick one using a programming language you feel comfortable with: https://www.youtube.com/results?search_query=setup+web+server

wyattb | 2021-06-11 02:18

Ok. So rather than making my own web server can I use an already existing web server? If yes then which web server and how?

Help me please | 2021-06-11 03:32