exam questions

Exam 301b All Questions

View all questions & answers for the 301b exam

Exam 301b topic 1 question 27 discussion

Actual exam question from F5's 301b
Question #: 27
Topic #: 1
[All 301b Questions]

A new web application is hosted at www.example.net, but some clients are still pointing to the legacy web application at www.example.com.
Which iRule will allow clients referencing www.example.com to access the new application?

  • A. when HTTP_REQUEST { if {[HTTP::host] equals "www.example.*" }{ HTTP::redirect "http://www.example.net" } }
  • B. when HTTP_REQUEST { if {[HTTP::host] equals "www.example.com" }{ HTTP::redirect "http://www.example.net" } }
  • C. when HTTP_DATA { if {[HTTP::host] equals "www.example.*" }{ HTTP::redirect "http://www.example.net" } }
  • D. when HTTP_RESPONSE { if {[HTTP::host] equals "www.example.com" }{ HTTP::redirect "http://www.example.net" }
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
GVKD
5 months, 1 week ago
B - Correct
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago