Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Is it possible to avoid having ufprt in the query string when doing a GETrequest?
ufprt
GET
After doing a GET request with @Html.BeginUmbracoForm(), my URL looks like the following:
@Html.BeginUmbracoForm()
/products/search?VehicleYearId=2015&VehicleYear=2015&VehicleMakeId=1&VehicleMake=Cadillac&VehicleModelId=35&VehicleModel=Escalade&VehicleEngineId=27&VehicleEngine=6.2L&ufprt=C195D9C148F305FA1C8C277CAD2AD8FDBD611AFFBAAB37163F44F5288E64FC66143F7F01FC128D29B5CFC17F495BFD0FA1760AA4816CED6FAF37019B32A85CE81F9627574272A7482303720A60C6A0CC88744F3876157EFA67C786E2D9686D9F94FDD97441C868D07A3F1006218C93BED56A0D9DBB28FDF4113AF61B5235FB19C6EE781EB7CB54163DE0FA1D2ECBD4727487EC13C0CF4E5BC437FB81695D8CD56CFE47C59F803E6D0176A0376A542DEAA7367846EB25785163B738FFB70877602FD30D746A7735046D9B74BEFFCDFCACC4119AD9FA5D068D87FC7EEF3F258510
Is it possible to avoid having the ufprt omitted in the query string as it makes the URL long and ugly :)
Thanks
I still have the same error. Is there a solution to this?
Use a standard form rather than an umbraco form, the ufptr field is used internally by umbraco to route it to the correct surface controller
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Omit ufprt from query string after GET request?
Is it possible to avoid having
ufprt
in the query string when doing aGET
request?After doing a
GET
request with@Html.BeginUmbracoForm()
, my URL looks like the following:/products/search?VehicleYearId=2015&VehicleYear=2015&VehicleMakeId=1&VehicleMake=Cadillac&VehicleModelId=35&VehicleModel=Escalade&VehicleEngineId=27&VehicleEngine=6.2L&ufprt=C195D9C148F305FA1C8C277CAD2AD8FDBD611AFFBAAB37163F44F5288E64FC66143F7F01FC128D29B5CFC17F495BFD0FA1760AA4816CED6FAF37019B32A85CE81F9627574272A7482303720A60C6A0CC88744F3876157EFA67C786E2D9686D9F94FDD97441C868D07A3F1006218C93BED56A0D9DBB28FDF4113AF61B5235FB19C6EE781EB7CB54163DE0FA1D2ECBD4727487EC13C0CF4E5BC437FB81695D8CD56CFE47C59F803E6D0176A0376A542DEAA7367846EB25785163B738FFB70877602FD30D746A7735046D9B74BEFFCDFCACC4119AD9FA5D068D87FC7EEF3F258510
Is it possible to avoid having the
ufprt
omitted in the query string as it makes the URL long and ugly :)Thanks
I still have the same error. Is there a solution to this?
Use a standard form rather than an umbraco form, the ufptr field is used internally by umbraco to route it to the correct surface controller
is working on a reply...