Forum Discussion

straccia17's avatar
straccia17
New Contributor
12 years ago

[LoadUIWeb] extract data from response

Hi,

is it possible to extract data from response headers?



Thanks

6 Replies

  • straccia17's avatar
    straccia17
    New Contributor
    It's more complex..

    I do a GET request, then the server redirects to a distinct URL and appends to it the  parameter that I interested



    Can I get this parameter in any way?
  • The response may have a link to the destination url for browsers that cannot handle redirects. You can parse the response in this case. Please check your 3xx response body.
  • straccia17's avatar
    straccia17
    New Contributor
    Response body is empty, the new URL is written only on the field "Location" in the response header
    • augustine_uzokw_1's avatar
      augustine_uzokw_1
      Contributor

      i have similar problem with LoadComplete 3.2.

      we can't implement this different as suggested here as the scenario is a sign in to our application with an openID auth/auth2.

       

      LoadComplete did the coleration automatically but can't extract the value.

       

      any other help / suggestion (it's urgent) how to do this is highly appreciated.