Skip to main content

大きいヘッダサイズでサーバーへのリクエストコマンド

perlコマンドで文字列を作ってる
以下なら23,000文字0が入る

curl -v -H test:$(perl -e 'print "0"x23000') "http://localhost:8080"

参考
https://github.com/curl/curl/issues/659

関連記事:

Pocket