Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why simple json request body in Postman is not working

Tags:

postman

Can someone explain to me why this request is not working and showing me "invalid character" at colon! enter image description here

like image 827
Arzybek Avatar asked Oct 14 '25 14:10

Arzybek


1 Answers

In Headers tab must be checked

  1. Content-Type
  2. Content-Length
like image 198
Miljkoyu Avatar answered Oct 17 '25 17:10

Miljkoyu