• Spent the morning doing caching optimizations and started noticing that Flatsome was unable to update any page, with the request getting a 500 error code.

    Checked the error log and nothing popped up regarding Wordfence or Flatsome, the requests Security tab data is equivalent to other GET admin-ajax.php requests, the update request went through with Wordfence deactivated (all the data preserved on deactivation).

    It initially worked with Learning Mode, but stopped accepting the request after lunch. Also tested if the “Block IPs who send POST requests with blank User-Agent and Referer ” option in the firewall could be stopping it but I was able to de-confirm that too.

    I know I could add the admin-ajax.php url to the whitelist but I don’t see that as a safe solution (correct me if I’m wrong please). Are there other options?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support wfpeter

    (@wfpeter)

    Hi @demonipo, thanks for your question.

    Whilst you can add manual rules to the “Allowlisted URLs” section, it’s usually best populated via Live Traffic, the false-positive dialog, or Learning Mode to ensure the correct GET or POST parameters are passed with the admin-ajax.php request.

    If Learning Mode isn’t permanently resolving the problem when the firewall is changed to “Enabled and Protecting”, you can confirm if the issue is caused by a Wordfence firewall rule/block by taking a look at your Live Traffic. Do timestamps of your failed tests match blocked actions? You should be able to see which rule is causing the block by clicking that line (or “eye” icon) to expand it. Sometimes you are presented with a “ADD PARAM TO FIREWALL ALLOWLIST” button here that could solve any problems going forward.

    Let me know how you get on!
    Peter.

    Thread Starter Demonipo

    (@demonipo)

    Hello, forgot to mention that, my apologies.

    I made wordfence log all my traffic and it didn’t register any attempts at POST requests. I expected that it would, since your suggestion is what the SeedProd plugin devs have said (and even included in their builder), but I was left puzzled by Flatsome not being registered in the same way.

    Another thing I forgot to mention was that I have tried to add the admin-ajax.php request to the URL whitelist, adding the action parameter sent by the Flatsome builder in the request payload, however it still didn’t work. Is that even possible?

    Finally, I tried updating the page again to confirm the error was happening and to see if there could be more information worth sharing, but it updated, which confuses me even more. I deleted a CSS optimization plugin early today, but I tested with it active and no errors occurred. I also doubt that it’s because of Cloudflare being associated, right?

    Plugin Support wfpeter

    (@wfpeter)

    Hi @demonipo, thanks for your detailed response.

    It does seem strange that the requests are seemingly blocked but they’re not showing in Live Traffic. If Wordfence itself actions a block based on a WAF rule or one of your own settings, it should certainly show here.

    Manually adding admin-ajax and the params sent should be basically the same result as the “ADD PARAM…” button or Learning Mode, but it’s critical that all params match the request exactly to work. If you’ve inspected your browser console during a transaction, you should be able to see everything sent in the request there to copy.

    If you’re still having issues, try disabling the firewall temporarily and trying again. If the requests go through, it may point to a WAF rule. We have noticed possible issues in permanently allowing requests in the past with requests that send unique IDs every time.

    If you’re also able to take a copy of the admin-ajax request being attempted, we may be able to check its compatibility.

    Thanks again,
    Peter.

    Thread Starter Demonipo

    (@demonipo)

    It’s unfortunate that I can’t replicate what was blocking the request anymore, since I can’t give an exact answer now. Since the request involves the page data (which contains the various elements and style options), the best option might be /wp-admin/admin-ajax.php?action=ux_builder_save or /wp-admin/admin-ajax.php?action=ux_builder_save&* to encompass any follow up parameters.

    Here’s the raw request data (TL;DR: there’s 3 parameters, action, data and security. Action has the builder request intention; security seems to send a wordfence token, but i might be wrong; data is the page construction and settings to set it to):
    action=ux_builder_save&data=%7B%22status%22%3A%22publish%22%2C%22id%22%3A360%2C%22attributes%22%3A%7B%22post_title%22%3A%22Homepage%22%2C%22post_parent%22%3A%220%22%2C%22post_excerpt%22%3A%22%22%7D%2C%22meta%22%3A%7B%22_wp_page_template%22%3A%22page-blank.php%22%2C%22_footer%22%3A%22normal%22%2C%22_thumbnail_id%22%3A%22%22%7D%2C%22content%22%3A%7B%22tag%22%3A%22_root%22%2C%22options%22%3A%7B%22%24responsive%22%3A%7B%7D%7D%2C%22states%22%3A%7B%22active%22%3Afalse%2C%22dragging%22%3Afalse%7D%2C%22children%22%3A%5B%7B%22tag%22%3A%22gap%22%2C%22options%22%3A%7B%22%24responsive%22%3A%7B%22height%22%3A%5Bnull%2Cnull%2C%2230px%22%5D%7D%2C%22height%22%3A%2230px%22%2C%22class%22%3A%22%22%2C%22visibility%22%3A%22%22%7D%2C%22states%22%3A%7B%22active%22%3Afalse%2C%22dragging%22%3Afalse%2C%22open%22%3Afalse%7D%7D%2C%7B%22tag%22%3A%22ux_banner_grid%22%2C%22options%22%3A%7B%22%24responsive%22%3A%7B%22height%22%3A%5Bnull%2Cnull%2C600%5D%7D%2C%22label%22%3A%22%22%2C%22spacing%22%3A%22small%22%2C%22height%22%3A600%2C%22width%22%3A%22%22%2C%22depth%22%3A0%2C%22depthHover%22%3A0%2C%22class%22%3A%22%22%2C%22visibility%22%3A%22hide-for-small%22%7D%2C%22states%22%3A%7B%22active%22%3Afalse%2C%22dragging%22%3Afalse%2C%22open%22%3Afalse%7D%2C%22children%22%3A%5B%7B%22tag%22%3A%22col_grid%22%2C%22options%22%3A%7B%22%24responsive%22%3A%7B%22span%22%3A%5B12%2Cnull%2C9%5D%7D%2C%22span%22%3A9%2C%22height%22%3A1%2C%22animate%22%3A%22%22%2C%22depth%22%3A0%2C%22depthHover%22%3A0%2C%22class%22%3A%22%22%2C%22visibility%22%3A%22%22%7D%2C%22states%22%3A%7B%22active%22%3Afalse%2C%22dragging%22%3Afalse%7D%2C%22children%22%3A%5B%7B%22tag%22%3A%22ux_slider%22%2C%22options%22%3A%7B%22%24responsive%22%3A%7B%22slideWidth%22%3A%5Bnull%2Cnull%2C%22%22%5D%2C%22margin%22%3A%5Bnull%2Cnull%2C%220px%22%5D%7D%2C%22label%22%3A%22%22%2C%22type%22%3A%22slide%22%2C%22style%22%3A%22normal%22%2C%22slideWidth%22%3A%22%22%2C%22slideAlign%22%3A%22center%22%2C%22bgColor%22%3A%22%22%2C%22margin%22%3A%220px%22%2C%22infinitive%22%3A%22true%22%2C%22freescroll%22%3A%22false%22%2C%22draggable%22%3A%22true%22%2C%22parallax%22%3A0%2C%22mobile%22%3A%22true%22%2C%22hideNav%22%3A%22%22%2C%22navPos%22%3A%22%22%2C%22navSize%22%3A%22large%22%2C%22arrows%22%3A%22true%22%2C%22navStyle%22%3A%22circle%22%2C%22navColor%22%3A%22light%22%2C%22bullets%22%3A%22true%22%2C%22bulletStyle%22%3A%22circle%22%2C%22autoSlide%22%3A%22true%22%2C%22timer%22%3A5000%2C%22pauseHover%22%3A%22false%22%2C%22class%22%3A%22%22%2C%22visibility%22%3A%22%22%7D%2C%22states%22%3A%7B%22active%22%3Afalse%2C%22dragging%22%3Afalse%7D%2C%22children%22%3A%5B%7B%22tag%22%3A%22ux_image%22%2C%22options%22%3A%7B%22%24responsive%22%3A%7B%22width%22%3A%5Bnull%2Cnull%2C100%5D%7D%2C%22id%22%3A56555%2C%22imageSize%22%3A%22original%22%2C%22width%22%3A100%2C%22height%22%3A%22%22%2C%22margin%22%3A%22%22%2C%22lightbox%22%3A%22%22%2C%22caption%22%3A%22%22%2C%22imageTitle%22%3A%22%22%2C%22imageOverlay%22%3A%22%22%2C%22imageHover%22%3A%22%22%2C%22imageHoverAlt%22%3A%22%22%2C%22depth%22%3A0%2C%22depthHover%22%3A0%2C%22parallax%22%3A0%2C%22animate%22%3A%22none%22%2C%22link%22%3A%22%22%2C%22target%22%3A%22%22%2C%22rel%22%3A%22%22%2C%22class%22%3A%22%22%2C%22visibility%22%3A%22%22%7D%2C%22states%22%3A%7B%22active%22%3Afalse%2C%22dragging%22%3Afalse%7D%7D%2C%7B%22tag%22%3A%22ux_image%22%2C%22options%22%3A%7B%22%24responsive%22%3A%7B%22width%22%3A%5Bnull%2Cnull%2C100%5D%7D%2C%22id%22%3A56556%2C%22imageSize%22%3A%22original%22%2C%22width%22%3A100%2C%22height%22%3A%22%22%2C%22margin%22%3A%22%22%2C%22lightbox%22%3A%22%22%2C%22caption%22%3A%22%22%2C%22imageTitle%22%3A%22%22%2C%22imageOverlay%22%3A%22%22%2C%22imageHover%22%3A%22%22%2C%22imageHoverAlt%22%3A%22%22%2C%22depth%22%3A0%2C%22depthHover%22%3A0%2C%22parallax%22%3A0%2C%22animate%22%3A%22none%22%2C%22link%22%3A%22%22%2C%22target%22%3A%22%22%2C%22rel%22%3A%22%22%2C%22class%22%3A%22%22%2C%22visibility%22%3A%22%22%7D%2C%22states%22%3A%7B%22active%22%3Afalse%2C%22dragging%22%3Afalse%7D%7D%2C%7B%22tag%22%3A%22ux_image%22%2C%22options%22%3A%7B%22%24responsive%22%3A%7B%22width%22%3A%5Bnull%2Cnull%2C100%5D%7D%2C%22id%22%3A56557%2C%22imageSize%22%3A%22original%22%2C%22width%22%3A100%2C%22height%22%3A%22%22%2C%22margin%22%3A%22%22%2C%22lightbox%22%3A%22%22%2C%22caption%22%3A%22%22%2C%22imageTitle%22%3A%22%22%2C%22imageOverlay%22%3A%22%22%2C%22imageHover%22%3A%22%22%2C%22imageHoverAlt%22%3A%22%22%2C%22depth%22%3A0%2C%22depthHover%22%3A0%2C%22parallax%22%3A0%2C%22animate%22%3A%22none%22%2C%22link%22%3A%22%22%2C%22target%22%3A%22%22%2C%22rel%22%3A%22%22%2C%22class%22%3A%22%22%2C%22visibility%22%3A%22%22%7D%2C%22states%22%3A%7B%22active%22%3Afalse%2C%22dragging%22%3Afalse%7D%7D%2C%7B%22tag%22%3A%22ux_image%22%2C%22options%22%3A%7B%22%24responsive%22%3A%7B%22width%22%3A%5Bnull%2Cnull%2C100%5D%7D%2C%22id%22%3A56558%2C%22imageSize%22%3A%22original%22%2C%22width%22%3A100%2C%22height%22%3A%22%22%2C%22margin%22%3A%22%22%2C%22lightbox%22%3A%22%22%2C%22caption%22%3A%22%22%2C%22imageTitle%22%3A%22%22%2C%22imageOverlay%22%3A%22%22%2C%22imageHover%22%3A%22%22%2C%22imageHoverAlt%22%3A%22%22%2C%22depth%22%3A0%2C%22depthHover%22%3A0%2C%22parallax%22%3A0%2C%22animate%22%3A%22none%22%2C%22link%22%3A%22%22%2C%22target%22%3A%22%22%2C%22rel%22%3A%22%22%2C%22class%22%3A%22%22%2C%22visibility%22%3A%22%22%7D%2C%22states%22%3A%7B%22active%22%3Afalse%2C%22dragging%22%3Afalse%7D%7D%5D%7D%5D%7D%2C%7B%22tag%22%3A%22col_grid%22%2C%22options%22%3A%7B%22%24responsive%22%3A%7B%22span%22%3A%5B12%2Cnull%2C3%5D%7D%2C%22span%22%3A3%2C%22height%22%3A%222-3%22%2C%22animate%22%3A%22%22%2C%22depth%22%3A0%2C%22depthHover%22%3A0%2C%22class%22%3A%22%22%2C%22visibility%22%3A%22%22%7D%2C%22states%22%3A%7B%22active%22%3Afalse%2C%22dragging%22%3Afalse%7D%2C%22children%22%3A%5B%7B%22tag%22%3A%22ux_image%22%2C%22options%22%3A%7B%22%24responsive%22%3A%7B%22width%22%3A%5Bnull%2Cnull%2C100%5D%7D%2C%22id%22%3A56561%2C%22imageSize%22%3A%22original%22%2C%22width%22%3A100%2C%22height%22%3A%22%22%2C%22margin%22%3A%22%22%2C%22lightbox%22%3A%22%22%2C%22caption%22%3A%22%22%2C%22imageTitle%22%3A%22%22%2C%22imageOverlay%22%3A%22%22%2C%22imageHover%22%3A%22%22%2C%22imageHoverAlt%22%3A%22%22%2C%22depth%22%3A0%2C%22depthHover%22%3A0%2C%22parallax%22%3A0%2C%22animate%22%3A%22none%22%2C%22link%22%3A%22%22%2C%22target%22%3A%22%22%2C%22rel%22%3A%22%22%2C%22class%22%3A%22%22%2C%22visibility%22%3A%22%22%7D%2C%22states%22%3A%7B%22active%22%3Afalse%2C%22dragging%22%3Afalse%7D%7D%5D%7D%2C%7B%22tag%22%3A%22col_grid%22%2C%22options%22%3A%7B%22%24responsive%22%3A%7B%22span%22%3A%5B12%2Cnull%2C3%5D%7D%2C%22span%22%3A3%2C%22height%22%3A%221-3%22%2C%22animate%22%3A%22%22%2C%22depth%22%3A0%2C%22depthHover%22%3A0%2C%22class%22%3A%22%22%2C%22visibility%22%3A%22%22%7D%2C%22states%22%3A%7B%22active%22%3Afalse%2C%22dragging%22%3Afalse%7D%2C%22children%22%3A%5B%7B%22tag%22%3A%22ux_image%22%2C%22options%22%3A%7B%22%24responsive%22%3A%7B%22width%22%3A%5Bnull%2Cnull%2C100%5D%7D%2C%22id%22%3A56560%2C%22imageSize%22%3A%22original%22%2C%22width%22%3A100%2C%22height%22%3A%22%22%2C%22margin%22%3A%22%22%2C%22lightbox%22%3A%22%22%2C%22caption%22%3A%22%22%2C%22imageTitle%22%3A%22%22%2C%22imageOverlay%22%3A%22%22%2C%22imageHover%22%3A%22%22%2C%22imageHoverAlt%22%3A%22%22%2C%22depth%22%3A0%2C%22depthHover%22%3A0%2C%22parallax%22%3A0%2C%22animate%22%3A%22none%22%2C%22link%22%3A%22%22%2C%22target%22%3A%22%22%2C%22rel%22%3A%22%22%2C%22class%22%3A%22%22%2C%22visibility%22%3A%22%22%7D%2C%22states%22%3A%7B%22active%22%3Afalse%2C%22dragging%22%3Afalse%7D%7D%5D%7D%5D%7D%2C%7B%22tag%22%3A%22ux_banner_grid%22%2C%22options%22%3A%7B%22%24responsive%22%3A%7B%22height%22%3A%5Bnull%2Cnull%2C600%5D%7D%2C%22label%22%3A%22%22%2C%22spacing%22%3A%22small%22%2C%22height%22%3A600%2C%22width%22%3A%22%22%2C%22depth%22%3A0%2C%22depthHover%22%3A0%2C%22class%22%3A%22homepage-grid%22%2C%22visibility%22%3A%22show-for-medium%22%7D%2C%22states%22%3A%7B%22active%22%3Afalse%2C%22dragging%22%3Afalse%2C%22open%22%3Afalse%7D%2C%22children%22%3A%5B%7B%22tag%22%3A%22col_grid%22%2C%22options%22%3A%7B%22%24responsive%22%3A%7B%22span%22%3A%5B12%2Cnull%2C9%5D%7D%2C%22span%22%3A9%2C%22height%22%3A%221-2%22%2C%22animate%22%3A%22%22%2C%22depth%22%3A0%2C%22depthHover%22%3A0%2C%22class%22%3A%22homepage-slider%22%2C%22visibility%22%3A%22%22%7D%2C%22states%22%3A%7B%22active%22%3Afalse%2C%22dragging%22%3Afalse%7D%2C%22children%22%3A%5B%7B%22tag%22%3A%22ux_slider%22%2C%22options%22%3A%7B%22%24responsive%22%3A%7B%22slideWidth%22%3A%5Bnull%2Cnull%2C%22%22%5D%2C%22margin%22%3A%5Bnull%2Cnull%2C%220px%22%5D%7D%2C%22label%22%3A%22%22%2C%22type%22%3A%22slide%22%2C%22style%22%3A%22normal%22%2C%22slideWidth%22%3A%22%22%2C%22slideAlign%22%3A%22center%22%2C%22bgColor%22%3A%22%22%2C%22margin%22%3A%220px%22%2C%22infinitive%22%3A%22true%22%2C%22freescroll%22%3A%22false%22%2C%22draggable%22%3A%22true%22%2C%22parallax%22%3A0%2C%22mobile%22%3A%22true%22%2C%22hideNav%22%3A%22%22%2C%22navPos%22%3A%22%22%2C%22navSize%22%3A%22large%22%2C%22arrows%22%3A%22true%22%2C%22navStyle%22%3A%22circle%22%2C%22navColor%22%3A%22light%22%2C%22bullets%22%3A%22true%22%2C%22bulletStyle%22%3A%22circle%22%2C%22autoSlide%22%3A%22true%22%2C%22timer%22%3A5000%2C%22pauseHover%22%3A%22false%22%2C%22class%22%3A%22%22%2C%22visibility%22%3A%22%22%7D%2C%22states%22%3A%7B%22active%22%3Afalse%2C%22dragging%22%3Afalse%7D%2C%22children%22%3A%5B%7B%22tag%22%3A%22ux_image%22%2C%22options%22%3A%7B%22%24responsive%22%3A%7B%22width%22%3A%5Bnull%2Cnull%2C100%5D%7D%2C%22id%22%3A56555%2C%22imageSize%22%3A%22original%22%2C%22width%22%3A100%2C%22height%22%3A%22%22%2C%22margin%22%3A%22%22%2C%22lightbox%22%3A%22%22%2C%22caption%22%3A%22%22%2C%22imageTitle%22%3A%22%22%2C%22imageOverlay%22%3A%22%22%2C%22imageHover%22%3A%22%22%2C%22imageHoverAlt%22%3A%22%22%2C%22depth%22%3A0%2C%22depthHover%22%3A0%2C%22parallax%22%3A0%2C%22animate%22%3A%22none%22%2C%22link%22%3A%22%22%2C%22target%22%3A%22%22%2C%22rel%22%3A%22%22%2C%22class%22%3A%22%22%2C%22visibility%22%3A%22%22%7D%2C%22states%22%3A%7B%22active%22%3Afalse%2C%22dragging%22%3Afalse%7D%7D%2C%7B%22tag%22%3A%22ux_image%22%2C%22options%22%3A%7B%22%24responsive%22%3A%7B%22width%22%3A%5Bnull%2Cnull%2C100%5D%7D%2C%22id%22%3A56556%2C%22imageSize%22%3A%22original%22%2C%22width%22%3A100%2C%22height%22%3A%22%22%2C%22margin%22%3A%22%22%2C%22lightbox%22%3A%22%22%2C%22caption%22%3A%22%22%2C%22imageTitle%22%3A%22%22%2C%22imageOverlay%22%3A%22%22%2C%22imageHover%22%3A%22%22%2C%22imageHoverAlt%22%3A%22%22%2C%22depth%22%3A0%2C%22depthHover%22%3A0%2C%22parallax%22%3A0%2C%22animate%22%3A%22none%22%2C%22link%22%3A%22%22%2C%22target%22%3A%22%22%2C%22rel%22%3A%22%22%2C%22class%22%3A%22%22%2C%22visibility%22%3A%22%22%7D%2C%22states%22%3A%7B%22active%22%3Afalse%2C%22dragging%22%3Afalse%7D%7D%2C%7B%22tag%22%3A%22ux_image%22%2C%22options%22%3A%7B%22%24responsive%22%3A%7B%22width%22%3A%5Bnull%2Cnull%2C100%5D%7D%2C%22id%22%3A56557%2C%22imageSize%22%3A%22original%22%2C%22width%22%3A100%2C%22height%22%3A%22%22%2C%22margin%22%3A%22%22%2C%22lightbox%22%3A%22%22%2C%22caption%22%3A%22%22%2C%22imageTitle%22%3A%22%22%2C%22imageOverlay%22%3A%22%22%2C%22imageHover%22%3A%22%22%2C%22imageHoverAlt%22%3A%22%22%2C%22depth%22%3A0%2C%22depthHover%22%3A0%2C%22parallax%22%3A0%2C%22animate%22%3A%22none%22%2C%22link%22%3A%22%22%2C%22target%22%3A%22%22%2C%22rel%22%3A%22%22%2C%22class%22%3A%22%22%2C%22visibility%22%3A%22%22%7D%2C%22states%22%3A%7B%22active%22%3Afalse%2C%22dragging%22%3Afalse%7D%7D%2C%7B%22tag%22%3A%22ux_image%22%2C%22options%22%3A%7B%22%24responsive%22%3A%7B%22width%22%3A%5Bnull%2Cnull%2C100%5D%7D%2C%22id%22%3A56558%2C%22imageSize%22%3A%22original%22%2C%22width%22%3A100%2C%22height%22%3A%22%22%2C%22margin%22%3A%22%22%2C%22lightbox%22%3A%22%22%2C%22caption%22%3A%22%22%2C%22imageTitle%22%3A%22%22%2C%22imageOverlay%22%3A%22%22%2C%22imageHover%22%3A%22%22%2C%22imageHoverAlt%22%3A%22%22%2C%22depth%22%3A0%2C%22depthHover%22%3A0%2C%22parallax%22%3A0%2C%22animate%22%3A%22none%22%2C%22link%22%3A%22%22%2C%22target%22%3A%22%22%2C%22rel%22%3A%22%22%2C%22class%22%3A%22%22%2C%22visibility%22%3A%22%22%7D%2C%22states%22%3A%7B%22active%22%3Afalse%2C%22dragging%22%3Afalse%7D%7D%5D%7D%5D%7D%2C%7B%22tag%22%3A%22col_grid%22%2C%22options%22%3A%7B%22%24responsive%22%3A%7B%22span%22%3A%5B6%2Cnull%2C3%5D%7D%2C%22span%22%3A3%2C%22height%22%3A%221-4%22%2C%22animate%22%3A%22%22%2C%22depth%22%3A0%2C%22depthHover%22%3A0%2C%22class%22%3A%22oportunidades-grid%22%2C%22visibility%22%3A%22%22%7D%2C%22states%22%3A%7B%22active%22%3Afalse%2C%22dragging%22%3Afalse%7D%2C%22children%22%3A%5B%7B%22tag%22%3A%22ux_image%22%2C%22options%22%3A%7B%22%24responsive%22%3A%7B%22width%22%3A%5Bnull%2Cnull%2C100%5D%7D%2C%22id%22%3A56561%2C%22imageSize%22%3A%22original%22%2C%22width%22%3A100%2C%22height%22%3A%22%22%2C%22margin%22%3A%22%22%2C%22lightbox%22%3A%22%22%2C%22caption%22%3A%22%22%2C%22imageTitle%22%3A%22%22%2C%22imageOverlay%22%3A%22%22%2C%22imageHover%22%3A%22%22%2C%22imageHoverAlt%22%3A%22%22%2C%22depth%22%3A0%2C%22depthHover%22%3A0%2C%22parallax%22%3A0%2C%22animate%22%3A%22none%22%2C%22link%22%3A%22%22%2C%22target%22%3A%22%22%2C%22rel%22%3A%22%22%2C%22class%22%3A%22%22%2C%22visibility%22%3A%22%22%7D%2C%22states%22%3A%7B%22active%22%3Afalse%2C%22dragging%22%3Afalse%7D%7D%5D%7D%2C%7B%22tag%22%3A%22col_grid%22%2C%22options%22%3A%7B%22%24responsive%22%3A%7B%22span%22%3A%5B6%2Cnull%2C3%5D%7D%2C%22span%22%3A3%2C%22height%22%3A%221-4%22%2C%22animate%22%3A%22%22%2C%22depth%22%3A0%2C%22depthHover%22%3A0%2C%22class%22%3A%22entregas-grid%22%2C%22visibility%22%3A%22%22%7D%2C%22states%22%3A%7B%22active%22%3Afalse%2C%22dragging%22%3Afalse%7D%2C%22children%22%3A%5B%7B%22tag%22%3A%22ux_image%22%2C%22options%22%3A%7B%22%24responsive%22%3A%7B%22width%22%3A%5Bnull%2Cnull%2C100%5D%7D%2C%22id%22%3A56560%2C%22imageSize%22%3A%22original%22%2C%22width%22%3A100%2C%22height%22%3A%22%22%2C%22margin%22%3A%22%22%2C%22lightbox%22%3A%22%22%2C%22caption%22%3A%22%22%2C%22imageTitle%22%3A%22%22%2C%22imageOverlay%22%3A%22%22%2C%22imageHover%22%3A%22%22%2C%22imageHoverAlt%22%3A%22%22%2C%22depth%22%3A0%2C%22depthHover%22%3A0%2C%22parallax%22%3A0%2C%22animate%22%3A%22none%22%2C%22link%22%3A%22%22%2C%22target%22%3A%22%22%2C%22rel%22%3A%22%22%2C%22class%22%3A%22%22%2C%22visibility%22%3A%22%22%7D%2C%22states%22%3A%7B%22active%22%3Afalse%2C%22dragging%22%3Afalse%7D%7D%5D%7D%5D%7D%2C%7B%22tag%22%3A%22title%22%2C%22options%22%3A%7B%22%24responsive%22%3A%7B%7D%2C%22style%22%3A%22bold-center%22%2C%22text%22%3A%22produtos+em+destaque%22%2C%22tagName%22%3A%22h3%22%2C%22color%22%3A%22%22%2C%22icon%22%3A%22%22%2C%22width%22%3A%22%22%2C%22marginTop%22%3A%2210px%22%2C%22marginBottom%22%3A%22%22%2C%22size%22%3A100%2C%22linkText%22%3A%22%22%2C%22link%22%3A%22%22%2C%22class%22%3A%22%22%2C%22visibility%22%3A%22%22%7D%2C%22states%22%3A%7B%22active%22%3Afalse%2C%22dragging%22%3Afalse%2C%22open%22%3Afalse%7D%7D%2C%7B%22tag%22%3A%22ux_products%22%2C%22options%22%3A%7B%22%24responsive%22%3A%7B%22columns%22%3A%5Bnull%2Cnull%2C4%5D%7D%2C%22style%22%3A%22default%22%2C%22type%22%3A%22slider%22%2C%22width%22%3A%22%22%2C%22colSpacing%22%3A%22small%22%2C%22columns%22%3A4%2C%22animate%22%3A%22none%22%2C%22sliderNavStyle%22%3A%22reveal%22%2C%22sliderNavColor%22%3A%22%22%2C%22sliderBullets%22%3A%22%22%2C%22autoSlide%22%3A%22%22%2C%22infinitive%22%3A%22%22%2C%22showCat%22%3A%22true%22%2C%22showTitle%22%3A%22true%22%2C%22showRating%22%3A%22true%22%2C%22showPrice%22%3A%22true%22%2C%22showAddToCart%22%3A%22true%22%2C%22showQuickView%22%3A%22true%22%2C%22equalizeBox%22%3A%22false%22%2C%22ids%22%3A%22%22%2C%22cat%22%3A%22%22%2C%22products%22%3A8%2C%22offset%22%3A%22%22%2C%22orderby%22%3A%22sales%22%2C%22order%22%3A%22desc%22%2C%22tags%22%3A%22%22%2C%22show%22%3A%22onsale%22%2C%22outOfStock%22%3A%22%22%2C%22class%22%3A%22%22%2C%22visibility%22%3A%22%22%7D%2C%22states%22%3A%7B%22active%22%3Afalse%2C%22dragging%22%3Afalse%2C%22open%22%3Afalse%7D%7D%2C%7B%22tag%22%3A%22title%22%2C%22options%22%3A%7B%22%24responsive%22%3A%7B%7D%2C%22style%22%3A%22bold-center%22%2C%22text%22%3A%22O+que+Procura%3F%22%2C%22tagName%22%3A%22h3%22%2C%22color%22%3A%22%22%2C%22icon%22%3A%22%22%2C%22width%22%3A%22%22%2C%22marginTop%22%3A%2210px%22%2C%22marginBottom%22%3A%22%22%2C%22size%22%3A100%2C%22linkText%22%3A%22%22%2C%22link%22%3A%22%22%2C%22class%22%3A%22%22%2C%22visibility%22%3A%22%22%7D%2C%22states%22%3A%7B%22active%22%3Afalse%2C%22dragging%22%3Afalse%2C%22open%22%3Afalse%7D%7D%2C%7B%22tag%22%3A%22ux_product_categories%22%2C%22options%22%3A%7B%22%24responsive%22%3A%7B%22columns%22%3A%5Bnull%2Cnull%2C4%5D%7D%2C%22style%22%3A%22overlay%22%2C%22type%22%3A%22slider%22%2C%22width%22%3A%22%22%2C%22colSpacing%22%3A%22small%22%2C%22columns%22%3A4%2C%22depth%22%3A1%2C%22depthHover%22%3A0%2C%22animate%22%3A%22none%22%2C%22sliderNavStyle%22%3A%22reveal%22%2C%22sliderNavColor%22%3A%22%22%2C%22sliderBullets%22%3A%22%22%2C%22autoSlide%22%3A%22%22%2C%22infinitive%22%3A%22%22%2C%22ids%22%3A%22672%2C674%2C676%22%2C%22orderby%22%3A%22menu_order%22%2C%22order%22%3A%22asc%22%2C%22showCount%22%3A0%2C%22imageHeight%22%3A%22%22%2C%22imageWidth%22%3A100%2C%22imageRadius%22%3A0%2C%22imageSize%22%3A%22%22%2C%22imageOverlay%22%3A%22rgba(0%2C+0%2C+0%2C+0.08)%22%2C%22imageHover%22%3A%22zoom%22%2C%22imageHoverAlt%22%3A%22%22%2C%22textPos%22%3A%22bottom%22%2C%22textAlign%22%3A%22center%22%2C%22textSize%22%3A%22small%22%2C%22textHover%22%3A%22%22%2C%22textBg%22%3A%22%22%2C%22textPadding%22%3A%22%22%2C%22class%22%3A%22%22%2C%22visibility%22%3A%22%22%7D%2C%22states%22%3A%7B%22active%22%3Afalse%2C%22dragging%22%3Afalse%2C%22open%22%3Afalse%7D%7D%2C%7B%22tag%22%3A%22row%22%2C%22options%22%3A%7B%22%24responsive%22%3A%7B%22padding%22%3A%5Bnull%2Cnull%2C%22%22%5D%7D%2C%22label%22%3A%22%22%2C%22style%22%3A%22%22%2C%22colStyle%22%3A%22%22%2C%22colBg%22%3A%22%22%2C%22colBgRadius%22%3A0%2C%22width%22%3A%22%22%2C%22vAlign%22%3A%22%22%2C%22hAlign%22%3A%22%22%2C%22padding%22%3A%22%22%2C%22depth%22%3A0%2C%22depthHover%22%3A0%2C%22class%22%3A%22%22%2C%22visibility%22%3A%22%22%7D%2C%22states%22%3A%7B%22active%22%3Afalse%2C%22dragging%22%3Afalse%2C%22open%22%3Afalse%7D%2C%22children%22%3A%5B%7B%22tag%22%3A%22col%22%2C%22options%22%3A%7B%22%24responsive%22%3A%7B%22span%22%3A%5B12%2Cnull%2C3%5D%2C%22padding%22%3A%5Bnull%2Cnull%2C%22%22%5D%2C%22margin%22%3A%5Bnull%2Cnull%2C%22%22%5D%2C%22maxWidth%22%3A%5Bnull%2Cnull%2C%22%22%5D%7D%2C%22label%22%3A%22%22%2C%22span%22%3A3%2C%22forceFirst%22%3A%22%22%2C%22divider%22%3A%22%22%2C%22padding%22%3A%22%22%2C%22margin%22%3A%22%22%2C%22align%22%3A%22%22%2C%22bgColor%22%3A%22%22%2C%22bgRadius%22%3A0%2C%22color%22%3A%22%22%2C%22sticky%22%3A%22%22%2C%22textDepth%22%3A0%2C%22maxWidth%22%3A%22%22%2C%22animate%22%3A%22none%22%2C%22hover%22%3A%22%22%2C%22tooltip%22%3A%22%22%2C%22parallax%22%3A0%2C%22depth%22%3A0%2C%22depthHover%22%3A0%2C%22border%22%3A%22%22%2C%22class%22%3A%22%22%2C%22visibility%22%3A%22%22%7D%2C%22states%22%3A%7B%22active%22%3Afalse%2C%22dragging%22%3Afalse%7D%2C%22children%22%3A%5B%5D%7D%2C%7B%22tag%22%3A%22col%22%2C%22options%22%3A%7B%22%24responsive%22%3A%7B%22span%22%3A%5B12%2Cnull%2C5%5D%2C%22padding%22%3A%5Bnull%2Cnull%2C%22%22%5D%2C%22margin%22%3A%5Bnull%2Cnull%2C%22%22%5D%2C%22maxWidth%22%3A%5Bnull%2Cnull%2C%22%22%5D%7D%2C%22label%22%3A%22%22%2C%22span%22%3A5%2C%22forceFirst%22%3A%22%22%2C%22divider%22%3A%22%22%2C%22padding%22%3A%22%22%2C%22margin%22%3A%22%22%2C%22align%22%3A%22%22%2C%22bgColor%22%3A%22%22%2C%22bgRadius%22%3A0%2C%22color%22%3A%22%22%2C%22sticky%22%3A%22%22%2C%22textDepth%22%3A0%2C%22maxWidth%22%3A%22%22%2C%22animate%22%3A%22none%22%2C%22hover%22%3A%22%22%2C%22tooltip%22%3A%22%22%2C%22parallax%22%3A0%2C%22depth%22%3A0%2C%22depthHover%22%3A0%2C%22border%22%3A%22%22%2C%22class%22%3A%22%22%2C%22visibility%22%3A%22%22%7D%2C%22states%22%3A%7B%22active%22%3Afalse%2C%22dragging%22%3Afalse%7D%2C%22children%22%3A%5B%5D%7D%2C%7B%22tag%22%3A%22col%22%2C%22options%22%3A%7B%22%24responsive%22%3A%7B%22span%22%3A%5B12%2Cnull%2C4%5D%2C%22padding%22%3A%5Bnull%2Cnull%2C%22%22%5D%2C%22margin%22%3A%5Bnull%2Cnull%2C%22%22%5D%2C%22maxWidth%22%3A%5Bnull%2Cnull%2C%22%22%5D%7D%2C%22label%22%3A%22%22%2C%22span%22%3A4%2C%22forceFirst%22%3A%22%22%2C%22divider%22%3A%22%22%2C%22padding%22%3A%22%22%2C%22margin%22%3A%22%22%2C%22align%22%3A%22%22%2C%22bgColor%22%3A%22%22%2C%22bgRadius%22%3A0%2C%22color%22%3A%22%22%2C%22sticky%22%3A%22%22%2C%22textDepth%22%3A0%2C%22maxWidth%22%3A%22%22%2C%22animate%22%3A%22none%22%2C%22hover%22%3A%22%22%2C%22tooltip%22%3A%22%22%2C%22parallax%22%3A0%2C%22depth%22%3A0%2C%22depthHover%22%3A0%2C%22border%22%3A%22%22%2C%22class%22%3A%22%22%2C%22visibility%22%3A%22%22%7D%2C%22states%22%3A%7B%22active%22%3Afalse%2C%22dragging%22%3Afalse%7D%2C%22children%22%3A%5B%5D%7D%5D%7D%2C%7B%22tag%22%3A%22ux_products%22%2C%22options%22%3A%7B%22%24responsive%22%3A%7B%22columns%22%3A%5Bnull%2Cnull%2C5%5D%7D%2C%22style%22%3A%22normal%22%2C%22type%22%3A%22slider%22%2C%22width%22%3A%22%22%2C%22colSpacing%22%3A%22small%22%2C%22columns%22%3A5%2C%22depth%22%3A1%2C%22depthHover%22%3A0%2C%22animate%22%3A%22none%22%2C%22sliderNavStyle%22%3A%22reveal%22%2C%22sliderNavColor%22%3A%22%22%2C%22sliderBullets%22%3A%22%22%2C%22autoSlide%22%3A%22%22%2C%22infinitive%22%3A%22%22%2C%22showCat%22%3A%22true%22%2C%22showTitle%22%3A%22true%22%2C%22showRating%22%3A%22true%22%2C%22showPrice%22%3A%22true%22%2C%22showAddToCart%22%3A%22true%22%2C%22showQuickView%22%3A%22true%22%2C%22equalizeBox%22%3A%22false%22%2C%22ids%22%3A%22%22%2C%22cat%22%3A%22%22%2C%22products%22%3A8%2C%22offset%22%3A%22%22%2C%22orderby%22%3A%22normal%22%2C%22order%22%3A%22desc%22%2C%22tags%22%3A%22%22%2C%22show%22%3A%22featured%22%2C%22outOfStock%22%3A%22%22%2C%22imageHeight%22%3A%22%22%2C%22imageWidth%22%3A100%2C%22imageRadius%22%3A0%2C%22imageSize%22%3A%22%22%2C%22imageOverlay%22%3A%22%22%2C%22imageHover%22%3A%22%22%2C%22textAlign%22%3A%22center%22%2C%22textSize%22%3A%22medium%22%2C%22textHover%22%3A%22%22%2C%22textBg%22%3A%22%22%2C%22textColor%22%3A%22light%22%2C%22textPadding%22%3A%22%22%2C%22class%22%3A%22%22%2C%22visibility%22%3A%22%22%7D%2C%22states%22%3A%7B%22active%22%3Afalse%2C%22dragging%22%3Afalse%2C%22open%22%3Afalse%7D%7D%2C%7B%22tag%22%3A%22title%22%2C%22options%22%3A%7B%22%24responsive%22%3A%7B%7D%2C%22style%22%3A%22bold-center%22%2C%22text%22%3A%22Siga-nos+no+instagram%22%2C%22tagName%22%3A%22h3%22%2C%22color%22%3A%22%22%2C%22icon%22%3A%22%22%2C%22width%22%3A%22%22%2C%22marginTop%22%3A%2210px%22%2C%22marginBottom%22%3A%22%22%2C%22size%22%3A100%2C%22linkText%22%3A%22%22%2C%22link%22%3A%22%22%2C%22class%22%3A%22%22%2C%22visibility%22%3A%22hidden%22%7D%2C%22states%22%3A%7B%22active%22%3Afalse%2C%22dragging%22%3Afalse%2C%22open%22%3Afalse%7D%7D%5D%7D%7D&security=37b437aee6

    Since it was being blocked even with IP whitelist, I’m thinking if the security parameter sending the wrong data can lead to a request block no matter what.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Flatsome’s admin-ajax.php POST request blocked’ is closed to new replies.