Giter Site home page Giter Site logo

Comments (2)

oobi avatar oobi commented on August 16, 2024 2

I can offer a personal observation here based on our recent experience with our own host. The plugin works fine in our development environment and on various other servers, but not on this one host.

We boiled it down to the presence of the 'testcookie' hidden field on the login form.

<input type="hidden" name="testcookie" value="1" />

I generated a static form based on the generated markup (form.php) and had it submit to itself on the problem server and we can replicate the timeout. It sounds like some kind of filtering gear at the host end (they say it works fine inside their own network).

Changing the fieldname to anything else allowed it to work:

<input type="hidden" name="anythingelse" value="1" />

I haven't yet gotten to looking into the purpose of that field but if it's a possibility to rename or remove it that might provide the easiest solution (for us at least - your mileage may vary).

I'm waiting on a response from the host to see if they can track down the root cause.

Test form attached for reference
form2.zip

from password-protected.

jackmahoney avatar jackmahoney commented on August 16, 2024

I'm getting 408 too

from password-protected.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.