On 6/12/07, Claude Schneegans <[EMAIL PROTECTED]> wrote:
>  >>The page I was calling:
>
> /page/memberhome/action/action/campaignid/12
>
> When I changed the form to call:
>
> /index.cfm?page=memberhome&action=action&campaignid=12
>
> It worked fine.
>
> Hmmm... Could it be some problem with the cache?
> The first address shows no parameter, so it could be interpreted as the
> same page as the first call to the form
> which was probably with method GET by default.

Actually, it sounds like a redirect issue. Do you have a custom 404
error handler defined in IIS or are you using something like
isapi-rewrite to restructure your url? If your rewrite mechanism is
not working properly then the 404 would redirect you using a GET, not
the original POST.

Dean

-- 
__________________________________________
Dean Lawrence, CIO/Partner
Internet Data Technology
888.GET.IDT1 ext. 701 * fax: 888.438.4381
http://www.idatatech.com/
Corporate Internet Development and Marketing Specialists

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280832
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to