Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Saied 349 posts 674 karma points
    Sep 11, 2015 @ 17:38
    Saied
    0

    Omit ufprt from query string after GET request?

    Is it possible to avoid having ufprt in the query string when doing a GETrequest?

    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

  • Laurin 14 posts 134 karma points
    Nov 02, 2023 @ 15:48
    Laurin
    0

    I still have the same error. Is there a solution to this?

  • Huw Reddick 1737 posts 6098 karma points MVP c-trib
    Nov 03, 2023 @ 08:24
    Huw Reddick
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft