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)
Why should '400 Bad Request' not be repeated without a modification
I was going through the MDN docs explaining the 400 Bad Request https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/400 and found a big warning sign reading Warning: The client should not repeat ...
damian-sketch
Votes: 0
Answers: 1
Flutter status code 200 when I use http.post
I'm creating an app on Flutter and when I use http.post the status code that flutter returns is 200... everytime.
When there's an actual error, from user input it returns 200, but when the data is cor...
pauLo_0liveira
Votes: 0
Answers: 0
Get Header values from a API response. How do this with dart?
i'm making a e-commerce app with Flutter, but, i have an issue. I want to take data from the header of response, not just the body. I have some difficult to do what a i want, because i got the project...
maremaFNX
Votes: 0
Answers: 1
How to redirect to HTTPS in htaccess file in my framework setup?
I've built a php website working all fine with all the redirects except for http:// versions.
So I'm trying to edit my main .htaccess file to prevent http:// showing the error "NOT SECURE", ...
Omer
Votes: 0
Answers: 1