• Resolved rajupp

    (@rajupp)


    Hi Gulshan,

    Congrats on the new plugin. But I wanted to alert you that it doesn’t work with Oxygen builder. I’m getting HTTP 400 error on submission of comment.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Gulshan Kumar

    (@thegulshankumar)

    Hi @rajupp

    I strongly feel it can work at your site.

    This is the HTTP Response for that page and I am able to understand few things here.

    C:\Users\Gulshan Kumar>curl -I https://techpp.com/2012/08/24/pay-using-facebook/
    HTTP/1.1 200 OK
    Date: Thu, 08 Oct 2020 15:57:09 GMT
    Content-Type: text/html
    Connection: keep-alive
    Set-Cookie: __cfduid=da4a6c0def1a697510d7a6b09c65503b11602172629; expires=Sat, 07-Nov-20 15:57:09 GMT; path=/; domain=.techpp.com; HttpOnly; SameSite=Lax; Secure
    CF-Ray: 5df10e5409e61a42-SIN
    Age: 32
    Cache-Control: max-age=7776000
    Expires: Wed, 06 Jan 2021 15:56:36 GMT
    Last-Modified: Thu, 08 Oct 2020 15:51:50 GMT
    Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
    Vary: Accept-Encoding,User-Agent
    CF-Cache-Status: DYNAMIC
    cf-request-id: 05aa87488200001a4247331200000001
    Expect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
    Referrer-Policy: no-referrer-when-downgrade
    X-Cache: HIT
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report?lkg-colo=35&lkg-time=1602172629"}],"group":"cf-nel","max_age":604800}
    NEL: {"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    
    C:\Users\Gulshan Kumar>

    There are three concerning line.

    Age: 32 (This seems server side caching like Varnish)
    Cache-Control: max-age=7776000 (This is the Browser cache, ideally it should be 0 instead this much longer time in any case because it prevents page refresh for 7776000
    seconds)
    X-Cache: HIT (Again, this is server side caching)

    If you are using any cache plugin like Swift cache, please clear the page cache.
    Second, if you’re using Varnish cache you must purge its cache as well.

    I do not see any reason why this plugin cannot work. I feel once above caching things are sorted, it should work.

    In fact, I was able to post a comment. You must have received. Please delete that test comment. If you have any additional follow up question, feel free to ask.

    Thanks & Regards,
    Gulshan

    Thread Starter rajupp

    (@rajupp)

    You are right. It was varnish cache and some wrong rules on .htaccess. Thanks for the quick revert.

    Plugin Author Gulshan Kumar

    (@thegulshankumar)

    Thanks for the update. Glad, it’s resolved. 😊

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Compatibility with Oxygen’ is closed to new replies.