Could you please be a little more precise? I've installed firebug, now what? Maybe I also have to be more specific: I don't create a web page, I'm creating a firefox extension. So I can't just debug everything I like... Could you please point me to the exact property I have to look for?
On 2 Mai, 02:07, Danny Nolan <danny_no...@yahoo.co.uk> wrote: > Firebug is your friend > > --- On Fri, 5/1/09, Cryptonit <dom.helfenst...@gmail.com> wrote: > > From: Cryptonit <dom.helfenst...@gmail.com> > Subject: [jQuery] POST Redirection > To: "jQuery (English)" <jquery-en@googlegroups.com> > Date: Friday, May 1, 2009, 2:22 PM > > Hi Folks! > > Here's my problem: > I want to make a post request to a web service site. This site is > automaticly redirecting me to a file. Now I want to find out the > location of this file. > As far as I can see (please correct me if there are more) there are > two possible solutions: > 1. I somehow disable redirecting (on jQuery) and so I would have the > link to the file in the answer of my call > 2. Or I read the final location after the redirection > > But of course I don't know how to do this... > So I really hope someone can help me! > > Greetz > cryptonit