Posts Tagged ‘HTTP 405’

Substruct Mobile: HTTP 405 - Resource Not Allowed

Thursday, July 3rd, 2008

This is an error in the Substruct Mobile code. On POST, ASP must refer back to the page in question using the “action” argument.

Wrong:

method=”post” action=”"

Right:

method=”post” action=”retailtomargin.asp”

Please contact techincal support if you are having this issue.