This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Search page ULR too long

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #24478
    asthyanax12asthyanax12
    Participant

    Hi,
    I can’t figure out how to get a page result that doesn’t have a lot of parameters in the url. It’s always giving me a 414 error because it’s way too long.
    i changed it to use a custom url: ?s={phrase}
    But this is what I get anyway:
    s=Search&asp_active=1&p_asid=2&p_asp_data=Y3VycmVudF9wYWdlX2lkPTM3MjEmcXRyYW5zbGF0ZV9sYW5nPTAmZmlsdGVyc19jaGFuZ2VkPTAmZmlsdGVyc19pbml0aWFsPTEmYXNwX2dlbiU1QiU1RD10aXRsZSZhc3BfZ2VuJTVCJTVEPWNvbnRlbnQmYXNwX2dlbiU1QiU1RD1leGNlcnB0JmN1c3RvbXNldCU1QiU1RD1wb3N0JmN1c3RvbXNldCU1QiU1RD1wYWdlJmN1c3RvbXNldCU1QiU1RD1kdy1nbG9zc2FyeSZjdXN0b21zZXQlNUIlNUQ9aW50ZXJ2aWV3JmN1c3RvbXNldCU1QiU1RD1kb21tZXM=
    How do I get rid of all that?
    Thank you

    #24483
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Those are added by the override method, basically those are the search arguments.

    You can change the override method from get to post, that will resolve the issue: https://i.imgur.com/0cwfOag.png

    #24491
    asthyanax12asthyanax12
    Participant

    It does the same thing even if i put “post”

    • This reply was modified 6 years, 7 months ago by asthyanax12asthyanax12.
    #24493
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Can you please add temporary FTP and back-end access? I would like to check this issue directly.

    #24495
    asthyanax12asthyanax12
    Participant

    You cannot access this content.

    #24496
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Thank you very much, that helps.

    I have discovered a potential bug, where the final URL was not correctly returned by the plugin script. I had to make a direct change to the main plugin script file to correct it, now it should be all right.
    I will make sure to include this fix in the upcoming release.

    #24497
    asthyanax12asthyanax12
    Participant

    Thank you:)

    #24498
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.