문제

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