On Mon, Jun 07, 2004 at 03:41:02PM -0700, bruce wrote:
> i have a simple/quirky question. i have a url -->
> http://www.acs.rutgers.edu:8880/pls/sc_p/sc_display.select_major. i can get
> to this page by doing a submit from
> ==>http://clue.rutgers.edu:8880/sc_pn/plsql/sc_display.main.
> 
> however, when i try to simply use libwww or one of the other perl packages
> to access the "select_major" page, i fail to get it. just as a test, i
> copied the url from one browser window to another, and the 2nd broswer
> couldn't access the page...

To me it seems that

   http://www.acs.rutgers.edu:8880/pls/sc_p/sc_display.select_major

can only be accessed using POST (maybe together with parameters to be
sent).  The Oracle/Apache server seems to be configured to not allow
GET for that object.

\rho

Reply via email to