No plan at present. On 03/06/2009, Suvendu_Mohapatra <[email protected]> wrote: > Thank you very much... > Is there any plan that jmeter proxy will support HTTPS during recording in > future?? > > > With Regards, > Suvendu > > > -----Original Message----- > From: sebb [mailto:[email protected]] > > Sent: Wednesday, June 03, 2009 4:43 PM > To: JMeter Users List > Subject: Re: Redirection problem > > On 03/06/2009, Suvendu_Mohapatra <[email protected]> wrote: > > Thank you for the suggestion.... > > > > Kindly tell how can I ensure the proxy not defined for HTTPS? > > Just don't enable it in the browser configuration, e.g. don't select > "use the same proxy for all protocols". > > > > > With Regards, > > Suvendu > > > > > > -----Original Message----- > > From: sebb [mailto:[email protected]] > > > > Sent: Wednesday, June 03, 2009 3:16 PM > > To: JMeter Users List > > Subject: Re: Redirection problem > > > > If HTTPS is only needed for logging on, then you can skip recording > > that bit by ensuring that the proxy is not defined for HTTPS, and the > > browser will talk directly to the server. JMeter will continue > > recording once the connection reverts to HTTP. > > > > You can then add the logon sampler later. > > > > On 03/06/2009, Suvendu_Mohapatra <[email protected]> wrote: > > > Thank you very much for your suggestion.... > > > > > > It is a good way to solve this issue.... But again we need to design a > tool which will convert LivehttpHeaders script to jmeter script(especially > for bigger number of https requests)... > > > Anyway thanks very much for your support.... > > > > > > > > > With Regards, > > > Suvendu > > > > > > -----Original Message----- > > > From: Deepak Shetty [mailto:[email protected]] > > > > > > Sent: Tuesday, June 02, 2009 9:14 PM > > > To: JMeter Users List > > > Subject: Re: Redirection problem > > > > > > hi > > > I would use livehttpheaders and convert it manually into a Jmeter > script if > > > this is a one time thing or about 10-20 requests. if not you can > probably > > > write a tool that can read livehttpheaders output and create the JMeter > > > script file > > > regards > > > deepak > > > > > > On Mon, Jun 1, 2009 at 9:07 PM, Suvendu_Mohapatra < > > > [email protected]> wrote: > > > > > > > Yes...proxy recording of https has not been implemented. > > > > Can you suggest once again if I want to record the following > scenarios: > > > > > > > > 1) browse the page www.icicibank.com (which uses http protocol) > > > > 2) Click the "personal" tab under "Login" label in that page (which > will > > > > redirect to another page which uses https protocol) > > > > > > > > With Regards, > > > > Suvendu > > > > > > > > > > > > -----Original Message----- > > > > From: Deepak Shetty [mailto:[email protected]] > > > > Sent: Tuesday, June 02, 2009 9:03 AM > > > > To: JMeter Users List > > > > Subject: Re: Redirection problem > > > > > > > > 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] > > > > > > > > > > > > > > > > > > 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] > > > > > > --------------------------------------------------------------------- > 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]

