Re: help re error: "Method Not Allowed: The POST method is not supported for URLs of class HTTP-SEARCH"
"John C. Mallery" <[email protected]> Tue, 1 Jun 2004 15:48:03 -0400
| Newsgroups | gmane.lisp.cl-http |
|---|---|
| Message-ID | <p06020404bce28db01a0f@[10.0.1.2]> |
At 2:36 PM -0400 6/1/04, Mark Klein wrote: >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? Sounds like a browser problem. > >>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? Use the documentation examiner in the examples and search network as part of a variable. > > Thanks, > > Mark > > > >-- >Mark Klein >Principal Research Scientist >Massachusetts Institute of Technology >77 Massachusetts Avenue, NE20-336 >Cambridge MA 02139 USA >[email protected]