python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Curl localhost connection refused
I am trying to run this command in git bash:
curl http://127.0.0.1:8000/
or
curl localhost:8000/
but I receive this error:
curl: (7) Failed to connect to 127.0.0.1 port 8000 after 2043 ms: Connectio...
CFD
Votes: 0
Answers: 1
How to send JSON body with GET method in volley library?
I am trying to send JSON body with GET request using volley
{"codes":["T4CFNT7HGBE8DXY3HJHV9DKUV","UU4VEYEEA9UPYC96LE7JJF9HC"]}
The api is working fine in Postman, but c...
Archi
Votes: 0
Answers: 0
Flutter getting data from a map API
hi am new to flutter and i need to get data from a map using API I m struggling at the moment and don't know what to do I always keep getting a error Error '_InternalLinkedHashMap<String, dynamic&g...
Aziz Lachkar
Votes: 0
Answers: 1
Django & HTMX - after GET show only section of html template
I want to create an instagram clone. I created a post.html which includes a post-card.html file for all posts and a post-filter.html to filter the posts.
<!-- simple post.html view -->
<div&g...
Vic Wild
Votes: 0
Answers: 1