Why does UmbracoBeginForm render the full url in the action?
This is an issue for load balanced environments or off-loaded SSL environments. If the action is relative rather than absolute then the incoming hardware will route the request correctly.
Is there anyway to use UmbracoBeginForm without absolute urls?