If your browser is posting a request and recieving a response, there
should be information about the transaction (headers and post data) in
Firebug's "Console" tab.  That said, for watching HTTP streams, I tend
to go for the "Tamper Data" FF plug-in -- it allows you to watch the
outgoing requests and (usually, unless it gets confused) see the
server response in plain text.

HiH

On May 4, 12:54 am, Cryptonit <dom.helfenst...@gmail.com> wrote:
> Let's bring this on top...
>
> On 3 Mai, 11:11, Cryptonit <dom.helfenst...@gmail.com> wrote:
>
>
>
> > As I said in my last post. I'm creating a firefox extension --> there
> > is no form. There is only my menu entry and when I fire it, nothing
> > happens in firebug.
> > But my question is not what url I get. I want to know where I have to
> > look for it, because the url will be different everytime...
> > Hope you still can help me.
>
> > On May 2, 6:30 pm, Danny Nolan <danny_no...@yahoo.co.uk> wrote:
>
> > > got it installed? Enable it, have it running while viewing the form. Now 
> > > submit the form and firebug will capture the post URL, will popup inside 
> > > the firebug window.
>
> > > --- On Sat, 5/2/09, Cryptonit <dom.helfenst...@gmail.com> wrote:
>
> > > From: Cryptonit <dom.helfenst...@gmail.com>
> > > Subject: [jQuery] Re: POST Redirection
> > > To: "jQuery (English)" <jquery-en@googlegroups.com>
> > > Date: Saturday, May 2, 2009, 9:20 AM
>
> > > 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- Hide quoted text -
>
> - Show quoted text -

Reply via email to