cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
433
Views
0
Helpful
1
Replies

Configuring Probe on ACE

new_networker
Level 1
Level 1

If I need to configure a request method probe for website www.abc.com, should the command be

request method head url /abc.com

OR

request method head url /www.abc.com

OR

request method head url www.abc.com

Regards.

1 Accepted Solution

Accepted Solutions

None of the above

www.abc.com is hostname not URL

If you want to probe home page url at www.abc.com the just use

request method head url /

and make sure that you configure

expect status 200 200

under probe definition.

Syed

View solution in original post

1 Reply 1

None of the above

www.abc.com is hostname not URL

If you want to probe home page url at www.abc.com the just use

request method head url /

and make sure that you configure

expect status 200 200

under probe definition.

Syed