I have compared the sever logs for both the browser and jmeter requests and
both requests are the same.

When the initial POST to default.aspx is successful a redirect occurs to
main.aspx

>From the server logs both the inital POST and subsequent GET messages are
identical(minus some Google analytic's)

However the browser request response is 200 and initiates another GET(some
CMS) related info while the Jmeter GET to main.aspx response is 500 failure
and the 2nd GET is never initiated. 

I have attached a file which shows log entries for both requests.
http://www.nabble.com/file/p25286246/login%2Brequest%2Blogs.rtf
login+request+logs.rtf 

Any further help would be greatly appreciated


Deepak Shetty wrote:
> 
> it doesnt matter where you got the script from .. for e,g. you might be
> sending out a recorded session cookie or session id. As always compare
> what
> your browser does with what your jmeter script does ...
> 
> 
> On Wed, Sep 2, 2009 at 8:16 PM, Keet <[email protected]> wrote:
> 
>>
>> Thanks for the reply.
>>
>> Sorry but i should have stated in the original message that I used badboy
>> to
>> record the login process and then imported into jmeter. Once I had had
>> the
>> test in jmeter i added regex to obtain _viewstate and _evenvalidation.
>>
>> Cookie manager etc were imported from badboy so should be correct. From
>> poeple's experience is there anything else which I need to change in my
>> imported bad boy script.
>>
>> Cheers
>> k
>>
>>
>> Deepak Shetty wrote:
>> >
>> > sigh.
>> > Possibly you havent added the HttpCookieManager (ASPSessionID or
>> something
>> > like that is needed to maintain your session or url rewriting).
>> > Compare with browser  -
>> > http://wiki.apache.org/jakarta-jmeter/DifferentBehaviour
>> >
>> > regards
>> > deepak
>> >
>> >
>> > On Wed, Sep 2, 2009 at 5:49 PM, Keet <[email protected]> wrote:
>> >
>> >>
>> >> Hi,
>> >>
>> >> Im currently trying to test an asp.net app using jmeter which requires
>> a
>> >> login. By using badboy I can see the parameters required for the login
>> >> request are:
>> >> _eventtarget
>> >> _viewstate
>> >> _eventvalidation
>> >>
>> >> By using regex I can obtain required params from the previous request
>> and
>> >> submit with login info.
>> >>
>> >> The asp requests works by submitting the request to
>> itself(default.aspx)
>> >> and
>> >> then redirects to main.aspx if login is successfull.
>> >>
>> >> This is where my problems start. When I submit the asp form the
>> request
>> >> redirects to main.aspx( meaning login was successfull). However it
>> >> immediately redirects back to default.aspx. Therefore although the
>> >> original
>> >> requests logs in successfully when the redirect to main.aspx occurs I
>> am
>> >> no
>> >> longer logged in. Dose anyone know why i would be logged out
>> immediately.
>> >> i
>> >> have selected to follow redirects.
>> >>
>> >> If anyone has any help it would be greatly appreciated. I am new to
>> >> jmeter
>> >> and thought I was getting to grips with it untill this problem
>> occurred.
>> >>
>> >> thanks in advance
>> >> K
>> >>
>> >>
>> >> --
>> >> View this message in context:
>> >> http://www.nabble.com/Jmeter-ASP.net-tp25268179p25268179.html
>> >> Sent from the JMeter - User mailing list archive at Nabble.com.
>> >>
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: [email protected]
>> >> For additional commands, e-mail: [email protected]
>> >>
>> >>
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Jmeter-ASP.net-tp25268179p25269222.html
>> Sent from the JMeter - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Jmeter-ASP.net-tp25268179p25286246.html
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to