Giter VIP home page Giter VIP logo

Comments (3)

hadley avatar hadley commented on May 19, 2024

I'm pretty sure that this is an https security thing - https requests do not include referers.

from httr.

br00t999 avatar br00t999 commented on May 19, 2024

You're right in that the relevant RFC prohibits passing of a Referer header from an HTTPS to an HTTP url. However, part of the CSRF protections included in the Django web app framework include strict HTTPS referer checking ( see: https://docs.djangoproject.com/en/dev/ref/contrib/csrf/ ):

"In addition, for HTTPS requests, strict referer checking is done by CsrfViewMiddleware. This is necessary to
address a Man-In-The-Middle attack that is possible under HTTPS when using a session independent nonce,
due to the fact that HTTP ‘Set-Cookie’ headers are (unfortunately) accepted by clients that are talking to a site
under HTTPS. (Referer checking is not done for HTTP requests because the presence of the Referer header is
not reliable enough under HTTP.)"

I haven't dug into the code, but I imagine the filter you're referring to would be somewhere in the RCurl package. I'll try to hack around it :-)

from httr.

hadley avatar hadley commented on May 19, 2024

It might actually be built into curl - I'd see if you can repeat the behaviour from the command line. But it's possible what you are trying to do is exactly what django is trying to stop you from doing ;)

from httr.

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.