質問

I know that I can run wget --post-data=key=value, but is there a way to send $_GET data instead? Such as through get-data?

役に立ちましたか?

解決

GET data will be transmitted via the url. Like this:

wget http://your.server.net/?key=value

You can refer to RFC 2616

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top