Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check command (wget) option changed #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

arpitahegde414
Copy link

The option -q0- didnt exists.I found another command -cqS which gave response from the my-service:
command : wget -cqS my-service:8080
HTTP/1.1 200 OK
Server: nginx/1.21.4
Date: Sat, 18 Dec 2021 17:20:12 GMT
Content-Type: text/html
Content-Length: 615
Last-Modified: Tue, 02 Nov 2021 14:49:22 GMT
Connection: close
ETag: "61814ff2-267"
Accept-Ranges: bytes

Hence it worked!

The option -q0- didnt exists.I found another command -cqS which gave response from the my-service:
command :  wget -cqS my-service:8080
HTTP/1.1 200 OK
  Server: nginx/1.21.4
  Date: Sat, 18 Dec 2021 17:20:12 GMT
  Content-Type: text/html
  Content-Length: 615
  Last-Modified: Tue, 02 Nov 2021 14:49:22 GMT
  Connection: close
  ETag: "61814ff2-267"
  Accept-Ranges: bytes

Hence it worked!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant