Why does HttpHeader X-Original-URL not exist on some pages?
问题 My site using URL Rewrite to make SEO friendly URLs. This makes self-posting a form back to the same page a little tricky. However in ColdFusion I do this for the form's action attribute: <form name="formSortBy" method="post" enctype="multipart/form-data" action="#StructFind(GetHttpRequestData().headers, 'X-Original-URL')#"> </form> The important part here is the #StructFind(GetHttpRequestData().headers, 'X-Original-URL')# which gets me the URL of the page. However the X-Original-URL key just