Search page ULR too long

This topic contains 7 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 4 years, 5 months ago.

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #24478
    asthyanax12
    asthyanax12
    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 Marcinko
    Ernest 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

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #24491
    asthyanax12
    asthyanax12
    Participant

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

    • This reply was modified 4 years, 5 months ago by asthyanax12 asthyanax12.
    #24493
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

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

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #24495
    asthyanax12
    asthyanax12
    Participant
    You cannot access this content.
    #24496
    Ernest Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #24497
    asthyanax12
    asthyanax12
    Participant

    Thank you:)

    #24498
    Ernest Marcinko
    Ernest Marcinko
    Keymaster
    You cannot access this content. Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.