Displaying requested URLs

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rainer Dorsch

    Displaying requested URLs

    Hello,

    I am wondering, if there is a easy way (for a programmer, but non-javascript
    programmer) to find out which new URL is requested from javascript.

    E.g.




    has a "search flight" button. When I click it a new url is requested. Can I
    somehow open a console or log, which displays which new urls the browser
    requests?

    Thanks,
    Rainer

    --
    Rainer Dorsch

  • Martin Honnen

    #2
    Re: Displaying requested URLs



    Rainer Dorsch wrote:

    [color=blue]
    > I am wondering, if there is a easy way (for a programmer, but non-javascript
    > programmer) to find out which new URL is requested from javascript.
    >
    > E.g.
    >
    > http://www2.germanwings.com/skylight.../skylights.cgi
    >
    >
    > has a "search flight" button. When I click it a new url is requested. Can I
    > somehow open a console or log, which displays which new urls the browser
    > requests?[/color]

    Use Mozilla or Netscape 7 and install an extension

    which monitors the HTTP traffic.

    --

    Martin Honnen

    Comment

    • Rainer Dorsch

      #3
      Re: Displaying requested URLs

      Martin Honnen wrote:
      [color=blue]
      >
      >
      > Rainer Dorsch wrote:
      >
      >[color=green]
      >> I am wondering, if there is a easy way (for a programmer, but
      >> non-javascript programmer) to find out which new URL is requested from
      >> javascript.
      >>
      >> E.g.
      >>
      >> http://www2.germanwings.com/skylight.../skylights.cgi
      >>
      >>
      >> has a "search flight" button. When I click it a new url is requested. Can
      >> I somehow open a console or log, which displays which new urls the
      >> browser requests?[/color]
      >
      > Use Mozilla or Netscape 7 and install an extension
      > http://livehttpheaders.mozdev.org/
      > which monitors the HTTP traffic.
      >[/color]

      Many thanks, very useful tool!

      Rainer

      --
      Rainer Dorsch

      Comment

      Working...