301b Exam Question 71

A web application requires knowledge of the client's true IP address for logging and analysis purposes. Instances of the application that can decode X-Forwarded-For HTTP headers reside in pool_a, while pool_b instances assume the source IP is the true address of the client.
Which iRule provides the proper functionality?
  • 301b Exam Question 72

    Users in a branch office are reporting a website is always slow. No other users are experiencing the problem.
    The LTM Specialist tests the website from the external VLAN along with testing the servers directly. All tests indicate normal behavior. The environment is a single HTTP virtual server on the external VLAN with a single pool containing three HTTP pool members on the internal VLAN.
    Which two locations are most appropriate to collect additional protocol analyzer data? (Choose two.)
  • 301b Exam Question 73

    A web application requires the client to provide the destination server and service identification.
    Which HTTP header will supply this information?
  • 301b Exam Question 74

    A web developer has created a custom HTTP call to a backend application. The HTTP headers being sent by the HTTP call are:
    GET / HTTP/1.1
    User-Agent: MyCustomApp (v1.0)
    Accept: text/html
    Cache-Control: no-cache
    Connection: keep-alive
    CookiE. somecookie=1
    The backend server is responding with the following:
    HTTP/1.1 400 Bad Request
    DatE. Wed, 20 Jul 2012 17:22:41 GMT
    Connection: close
    Why is the HTTP web server responding with a HTTP 400 Bad Request?
  • 301b Exam Question 75

    A web application sends information about message integrity and content life time to the client.
    Which two HTTP headers should be used in sending the client information? (Choose two.)