http - how to create 400 bad request so that I can verify a feature -
currently doing work handle 400 bad request status error. wondering how create request server return 400 status.
a http 400 error occurs due bad syntax in request.
to create request forces server return 400 error, can:
- open tcp connection port 80 on server
- send junk
- observe response.
Comments
Post a Comment