Re: POST/GET with relative URL's

> How does Amaya handle the POST method in a <form> with a relative URL?
> For example, go to http://arxiv.org/format/cs/0007009
> The first three forms on this page (for creating PostScript and PDF) have a
> GET method while the last form (DVI) has a POST method with
> action="/dvi/cs/0007009". Amaya cannot load this file. Is this a bug in Amaya
> or should the method be GET rather than POST?

Hi Karl,

Your submit button doesn't provide an attribute name which is mandatory and 
should
be sent to the server.
I suspect that your server in the first three forms doesn't take care about 
the parameter.
It's why the result is OK.
I suggest you to set the attribute name instead of the attribute value.
-- 
     Irene.

Received on Wednesday, 12 July 2000 11:27:03 UTC