Re: help re error: "Method Not Allowed: The POST method is not supported for URLs of class HTTP-SEARCH"

Mark Klein <[email protected]> Tue, 1 Jun 2004 14:36:46 -0400
Newsgroups gmane.lisp.cl-http
Message-ID <p05230108bce278b4aefe@[192.168.1.100]>
John,

Thanks for the reply.

>Your difficulty probably has to do with the order in which you 
>intern the URLs for
>export.  You need to export the URL only with the correct export 
>type, and then reference
>the URL later. Specialized export types use specialized classes to 
>deliver functionality.

All the URLs are interned, via export-url, when my server code is 
loaded, before any URLs are accessed (i.e. by a web browser). Also, 
any given URL is only exported once. Can I still have intern order 
problems in that context? How?

One other clue is that the problem occurs with Netscape 7.1, but not 
with version 7.0. Does that suggest what the problem might be?

>You probably want to get a backtrace of the error by setting up 
>automatic error reporting
>at their site. This will give you a better idea of what is going on.

Is that a cl-http function? Can you point me to documentation on how 
to do that?

     Thanks,

	Mark



-- 
Mark Klein
Principal Research Scientist
Massachusetts Institute of Technology
77 Massachusetts Avenue, NE20-336
Cambridge MA 02139 USA
[email protected]