Hi,

Normaly everything works fine with AjaxPro 6.7.20.1 - but under
special Firewall/VPN-Conditions we get an "Bad Request (Invalid Verb)"
Error.

I believe it's because of an invalid separator character in the Header
of the HTTP-Request.

It looks like

POST /TheApplication/ajaxpro/sm_mailings,App_Web_idybn0ae.ashx HTTP/1.1
...

IIS can handle the Comma-Character "," (see KB828726) but some
firewalls/gateways not. Everything behind the Comma-Separator get lost!

Is it be possible to use an other character?
"$" for example is declared as "save" in
http://www.ietf.org/rfc/rfc1738.txt

Maybe it's an better way to use the default Parameter-Syntax like this:

POST /TheApplication/ajaxpro/sm_mailings.ashx?App_Web_idybn0ae HTTP/1.1
...

Does anybody has a workaround for this issue?

Thanks for help!

Martin



See also:
http://support.microsoft.com/?scid=kb%3Ben-us%3B828726
http://www.ietf.org/rfc/rfc1738.txt


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Ajax.NET Professional" group.

To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]

For more options, visit this group at http://groups.google.com/group/ajaxpro

The latest downloads of Ajax.NET Professional can be found at 
http://www.ajaxpro.info/

Don't forget to read my blog at http://weblogs.asp.net/mschwarz/
-~----------~----~----~----~------~----~------~--~---

Reply via email to