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
Why does req.body return an empty object in console in POST request?
In my code below, the middleware is supposed to return the parsed data in console as an object accessed by req.body, but it returns an empty object for some reason.
Code and Console Snapshot1
Code and...
Doris
Votes: 0
Answers: 1
Unhandled Exception: HandshakeException: Connection terminated during handshake
enter image description hereI am new to flutter. I connected to a local API.I am getting Connection Terminated Error
import 'package:flutter/material.dart';
import 'package:http/http.dart' as http;
im...
Micro
Votes: 0
Answers: 3
Typescript - What is missing in this build to have a function?
I can't understand what I'm missing, when I send a login request via Postman, it says it's not a function. I am working on authentication part and using typescript.
**// loginMember from Service**
...
Volvoks
Votes: 0
Answers: 0