Giter VIP home page Giter VIP logo

Comments (8)

nueces avatar nueces commented on July 17, 2024

I'm having the same problem with POST request, there is a workaround or something in where I can help? traceback, logs, etc?

from pyauthenntlm2.

 avatar commented on July 17, 2024

Same problem here. Did either one of you manage to solve it?

from pyauthenntlm2.

aliloubm avatar aliloubm commented on July 17, 2024

Same problem .... :/

from pyauthenntlm2.

aliloubm avatar aliloubm commented on July 17, 2024

line 405 of pyntlm.py change

        if req.method!='POST' or req.clength>0:
            return apache.OK   

to
return apache.OK #if req.method!='POST' or req.clength>0:

I don't think it's a good idea but It works, just like that!

from pyauthenntlm2.

JosefJezek avatar JosefJezek commented on July 17, 2024

I have same problem for post with absolute path.

ex. <form action="https://intranet/groups/create/step/group-details/" method="post">
Relative path is ok: 
<form action="/" method="post">

from pyauthenntlm2.

mburtscher avatar mburtscher commented on July 17, 2024

Same problem here, hack by @aliloubm "solves" the problem ...

from pyauthenntlm2.

akovacs123 avatar akovacs123 commented on July 17, 2024

It solved my problem, thanks for the hint. However, this is really out of my comfort zone, someone should make a correct solution and feed it back to the repository. :(

from pyauthenntlm2.

peternewman avatar peternewman commented on July 17, 2024

I used to see a similar issue with POSTs on mod_ntlm, it's down to how IE handles them, see for example:
http://pinetik.blogspot.co.uk/2014/12/ie-post-empty-with-ntlm.html
https://www.sencha.com/forum/showthread.php?16086-NTLM-authentication-affects-IE-s-posting-capability
http://www.websina.com/bugzero/kb/browser-ie.html

from pyauthenntlm2.

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.