This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
+1 vote

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}
in Engine by (942 points)

1 Answer

0 votes

I am not getting what is told in this tutorial

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?

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

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

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?

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.