Menu

Http redirection problem / Protocol negoc. pb

Help
Anonymous
2011-11-12
2012-09-04
  • Anonymous

    Anonymous - 2011-11-12

    I hope someone will help me in with my problem...

    To understand what was happening I traced with Wireshark all the transaction.

    I am requesting a page with both WH and Firefox or Chrome.

    With the browser :

    • I request the page, I receive a 302 response wich redirect to an httpS page and some cookies
    • the browser go to the https page and then redirect to the desired page.
      The http sequence is:

    GET

    302 Found

    GET (https)

    200 OK

    With WH:

    • I request the page, I receive a 302 response wich redirect to an httpS page and some cookies
    • WH follow the redirection but something happen in the https negociation because it enters in a loop to the same page
      The http sequence is

    GET

    302 found

    GET (https)

    302 found

    GET (https)

    302 found

    GET (https)

    302 found...

    Until I get an error.

    What could I do ?

    Regards

     
  • Alex Wajda

    Alex Wajda - 2011-11-17

    can you show the real example?

     
  • Anonymous

    Anonymous - 2011-11-18

    Well, I'm not really sure how I solved the problem. But I get it.

    For sure I changed the way to access the data.

    Maybe the reason why is in relation with the post problem I submit after. I
    think that as I was not posting the "send" button value (button to submit the
    form) and the server was requesting again and again the form.

    Anyway I have saved the pcap file if you want it I can post it.

     

Log in to post a comment.