[Prev][Next][Index][Thread]

Re: URL access history available on server side?



At 1:15 PM 11-12-1995, Mark Klein wrote:
>Is there any way for the cl-http server to know from which page a given URL
>was accessed? I'd like to write a http-computed-form page that gets an
>input and then returns to the page from which it's anchor was accessed,
>whatever that page was (thereby reloading it). Does url:search-parent do
>this?

You can get the referer header for any request when the client sends it.

See how the extended logging works.