hi Auto/Follow redirect from Http to HTTPS is implemented. Whats not implemented is Proxy recording of https correct? There are issues with proxy recording HTTPS as far as i know , either you cant snoop the traffic or you have to terminate the HTTPS at your proxy and reinitiate HTTPS to the server or you have to do it once the browser has decrypted the https (as firefox does) regards deepak
On Mon, Jun 1, 2009 at 8:21 PM, Suvendu_Mohapatra < [email protected]> wrote: > Hi Deepak, > > I agree and thank you very much for the suggestion. > But I am not understanding why jmeter team has not implemented the > redirection process from http to https. If we will plug some code in the > recording tool, then our problem will be solved. > Any suggestion regarding this?? > > With Regards, > Suvendu > > -----Original Message----- > From: Deepak Shetty [mailto:[email protected]] > Sent: Monday, June 01, 2009 9:17 PM > To: JMeter Users List > Subject: Re: Redirection problem > > Hi > Use something that records browser actions (e.g. LiveHTTPHeaders for > Firefox) , inspect the request log and create these requests manually in > jmeter(with the data posted etc). > regards > deepak > > On Mon, Jun 1, 2009 at 5:56 AM, Suvendu_Mohapatra < > [email protected]> wrote: > > > I have done the above process...But I am being unable to record while > > trying to record http://www.icicibank.com. > > Can I send my code to you, so that you can get a clear idea how the code > is > > working... > > > > > > With Regards, > > Suvendu > > > > > > -----Original Message----- > > From: sebb [mailto:[email protected]] > > Sent: Monday, June 01, 2009 6:13 PM > > To: JMeter Users List > > Subject: Re: Redirection problem > > > > On 01/06/2009, Suvendu_Mohapatra <[email protected]> wrote: > > > Thank you very much for your suggestion. > > > > I forgot to mention that you might be able to use HTTPS spoofing if > > the HTTPS URL is different from the HTTP URLs. > > > > > I have a code which is able to redirect from http to https sites. The > > problem is that I do not have much more idea about the jmeter > architecture > > where I can plug the code. > > > > > > Any suggestion in this regard? > > > > JMeter does not have any problem redirecting from http to https or > > vice-versa. > > > > However, it cannot record https. Not sure how your code can help here. > > > > > With Regards, > > > Suvendu > > > > > > > > > > > > -----Original Message----- > > > From: sebb [mailto:[email protected]] > > > Sent: Monday, June 01, 2009 5:48 PM > > > To: JMeter Users List > > > Subject: Re: Redirection problem > > > > > > On 01/06/2009, Suvendu_Mohapatra <[email protected]> > wrote: > > > > Hi, > > > > > > > > I am using jmeter 2.3.3. When I am trying to > redirect > > from http to https site during recording process, I am getting the 501 > > method not implemented. So how can I fix this error? > > > > > > JMeter does not support recording HTTPS. > > > > > > So you will either have to do that part of the plan by hand, or use > > > some other method to record the session. > > > > > > > With Regards, > > > > Suvendu > > > > > > > > > > > > > > > > ________________________________ > > > > DISCLAIMER: > > > > This email (including any attachments) is intended for the sole use > > of the intended recipient/s and may contain material that is CONFIDENTIAL > > AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or > copying > > or distribution or forwarding of any or all of the contents in this > message > > is STRICTLY PROHIBITED. If you are not the intended recipient, please > > contact the sender by email and delete all copies; your cooperation in > this > > regard is appreciated. > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [email protected] > > > For additional commands, e-mail: [email protected] > > > > > > > > > > > > > > > DISCLAIMER: > > > This email (including any attachments) is intended for the sole use of > > the intended recipient/s and may contain material that is CONFIDENTIAL > AND > > PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying > or > > distribution or forwarding of any or all of the contents in this message > is > > STRICTLY PROHIBITED. If you are not the intended recipient, please > contact > > the sender by email and delete all copies; your cooperation in this > regard > > is appreciated. > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [email protected] > > > For additional commands, e-mail: [email protected] > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > > > DISCLAIMER: > > This email (including any attachments) is intended for the sole use of > the > > intended recipient/s and may contain material that is CONFIDENTIAL AND > > PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying > or > > distribution or forwarding of any or all of the contents in this message > is > > STRICTLY PROHIBITED. If you are not the intended recipient, please > contact > > the sender by email and delete all copies; your cooperation in this > regard > > is appreciated. > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > DISCLAIMER: > This email (including any attachments) is intended for the sole use of the > intended recipient/s and may contain material that is CONFIDENTIAL AND > PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or > distribution or forwarding of any or all of the contents in this message is > STRICTLY PROHIBITED. If you are not the intended recipient, please contact > the sender by email and delete all copies; your cooperation in this regard > is appreciated. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

