Вопрос

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