0

I'm using Postman to test my Go Chi server. When I send data with JSON in the request body, I first add an attribute "name", after I make the request and remove "name" and send the request again, my server still receives the attribute name, thought it doesn't exist in the request payload.

Why is this happening?

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

Browse other questions tagged or ask your own question.