On Monday, October 27, 2014 11:05:04 AM UTC+5:30, Chris Angelico wrote:
> On Mon, Oct 27, 2014 at 4:12 PM, Diya Rai wrote:
> > This is the part of the code which im trying to execute. We are trying to
> > load test a web application through python script, currently checking the
> > login part.
>
On Mon, Oct 27, 2014 at 4:12 PM, Diya Rai wrote:
> This is the part of the code which im trying to execute. We are trying to
> load test a web application through python script, currently checking the
> login part.
>
Does it work when you log in using a web browser? If so, grab a
browser with d
On Wednesday, October 22, 2014 5:07:00 PM UTC+5:30, Diya Rai wrote:
> Hai,
>
> Could anyone please help me to resolve 403 forbidden error while logging
> into an application.
>
> Following is the error details:
>
> Traceback (most recent call last):
> File &
On Wed, Oct 22, 2014 at 10:36 PM, wrote:
> Could anyone please help me to resolve 403 forbidden error while logging
> into an application.
That comes down tot he server you're talking to. Maybe your
username/password is wrong, or maybe you need to send back a cookie,
or something
Hai,
Could anyone please help me to resolve 403 forbidden error while logging into
an application.
Following is the error details:
Traceback (most recent call last):
File "./example6.py", line 18, in
response = urllib2.urlopen(req)
File "/usr/lib/python2.7/urllib2.py