• Hello Swift,
    I’m using Swift is Cache level at my web site (WordPress based). I have some issue with Swift cache. Situation decribed below:
    1. If I disable or dont install Swift cache, I can use send a request (WP_API) JWT Token to get Authentication Token. After that, I can send a POST Request to Create a new POST (WP_API)
    => I can repeat above task multi times. It work well.
    2. If I enable Swift plugin, I just can send Request one time. Another request always response errors.
    => But If I press “Clear Cache” of Swift, I can resend Request okey. But next request always error. I must press “Clear Cache” again…
    It’s repeat foreaver …

    In current, I temporary to disable Swift plugin. It’s work well in current. But I really love Swift plugin, I dont want to disable it ??
    Hope you can help me~.

    P/s: sorry for my Grammar, I’m not well in English :). Have a nice day!

Viewing 1 replies (of 1 total)
  • Plugin Contributor Fred

    (@fredawd)

    It looks like those POST requests get cached by Swift.
    Check if following features are disabled.
    – Dynamic Caching
    – Discover New Pages
    – Ignore Query String

    and make sure that you enable
    – Optimize Prebuild Only

    Hope it helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Cache issue with JWT Token plugin’ is closed to new replies.