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)
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
Code on WHM Server Keeps on Sending 'HTTP/1.1 200 OK' on every response
I'm returning different responses (and HTTP status codes) using header function for different outcomes in my code. The code seems to work perfectly fine in localhost and sends HTTP codes accordingly b...
SherazKamran
Votes: 0
Answers: 0
How can I get data from a website when everything is loaded?
I've created a quiz that creates a link when you press buttons. This link leads to a shop and the number of products available depends on the link. I need to be able to see in my quiz how many product...
TLausie
Votes: 0
Answers: 0
Does 202 status code indicate that the server cannot handle the increased traffic?
I have read from these sources:
https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/202
I am maintaining an API for internal use in our o...
Curious Learner
Votes: 0
Answers: 0