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:

  1. open tcp connection port 80 on server
  2. send junk
  3. observe response.

Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -