• Resolved ab473code

    (@ab473code)


    I am getting this error Failed to load resource: the server responded with a status of 403 () /?ajax-request=jnews

    Is there a way to allow ajax-request

Viewing 4 replies - 16 through 19 (of 19 total)
  • Hi,
    In my case this is not a page, an url that is blocked by BBQ, this is a fonctionality.
    The Mega menu is blocked by BBQ and can’t load the category and the images.
    Pass your mouse on the menu and you’ll see : https://maritour-dev-sdbpro.pf12.wpserveur.net/

    Here is the page of the demo, with the mega menu loading well:
    https://jnews.io/bloomnews/

    Plugin Author Jeff Starr

    (@specialk)

    @van74 yeah somewhere under the hood there is a URL that is blocked. The trick is using code inspector or similar to determine the underlying URL(s).

    Hi Jeff,

    I apologize i’m not competent enough to debug this, and BBQ is hardly recommanded by my Nginx server.

    Here is the console error :
    XHRPOSThttps://maritour-dev-sdbpro.pf12.wpserveur.net/?ajax-request=jnews
    [HTTP/2 403 Forbidden 254ms]

    Requete :
    lang=fr_FR&cat_id=91&action=jnews_build_mega_category_2&number=6&tags=

    In the code i have :
    <script type=”text/javascript”>
    var jnews_ajax_url = ‘/?ajax-request=jnews’
    </script>
    This is what is blocked by BBQ i think.
    Maybe it’s here that the megamenu loading has an issue..

    ?

    ?

    Plugin Author Jeff Starr

    (@specialk)

    Hi @van74, thank you for the infos. Nothing in the reported request is blocked by BBQ:

    lang=fr_FR&cat_id=91&action=jnews_build_mega_category_2&number=6&tags=

    Most likely the issue is due to the actual request content that is being sent via Ajax (as reported by @ab473code). This definitely is on the list, will investigate more for the next plugin update.

    • This reply was modified 3 years, 7 months ago by Jeff Starr.
Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘BBQ Blocking ajax-request’ is closed to new replies.