我目前正在使用Flutter和Dart尝试将图像发送到Web服务,之后我等待JSON响应。以下链接显示了我试图模仿的邮递员请求。
An image of Postman with the headers required
An image of Postman with the body
我认为我遇到的问题是要么没有正确设置我的请求标头,要么没有正确编码图像。
目前我收到HTTP 400错误。
我已尝试关注these suggested solutions on StackOverflow但已收到HTTP 400错误。
非常感谢任何帮助!