[squid-users] Cannot redirect http POST action

From: Jeff Szeto <jytszeto@dont-contact.us>
Date: Thu, 13 Jun 2002 20:39:25 +0800

Hi,

I am using squid with squirm. The setting seems fine as it can redirect mang pages, but encaounter problem when users trying to login in the website.

The expression in the squirm.patterns file is
regexi ^http://10.10.10.1/(.*) http://192.168.1.1/\1

The squid can cache and redirect the request to 192.168.1.1 but when users try to login at a specific point, a 403 error returned.
It shows that I cannot access the page http://192.168.1.1/name.nsf? But I see http://192.168.1.1/name.nsf?Login at the address bar of the browser.
I check the access.log, I see it is a POST action to the http://192.168.1.1/name.nsf? with TCP_MISS: Direct. It seems the "Login" part is the problem.
However, when I enter the address http://192.168.1.1/name.nsf?Login, I can access the page, which is the page for users to enter username and pass.
The log shows it is a GET action.
So, the questions are:
1. is squid support the POST action?
2. is my squirm setting correct?
3.what should I do so as to enable user login?

Thank you.

Regards,

Jeff
Received on Thu Jun 13 2002 - 06:45:47 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:08:40 MST