• Resolved G Matta

    (@gangesh)


    Does it work when Caching at backend?
    I am fetching Woocommerce products at backend, but consider any Post type. If I try to list post in any plugin will caching still work?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter G Matta

    (@gangesh)

    To be clear, Caching works if I use URL directly but if used with JS fetch method it wont consider REST API Cache.

    Please suggest.

    Thread Starter G Matta

    (@gangesh)

    Cache worked at backend with Authorization removed and Using new Endpoint for Woocommerce products

    /wc/store/products

    Hope this helps someone.

    Plugin Author Richard Korthuis

    (@rockfire)

    Hi @gangesh

    Sorry for the extremely late reply.

    Yes caching only works for registered endpoints which do not use Authorization.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Backend API Cache’ is closed to new replies.