Code Monkey home page Code Monkey logo

pointhq's People

Contributors

yumike avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

pointhq's Issues

Problem with long auth credentials

Hi Mike,

I've found a small problem with your module when the base64 PointHQ auth credentials are longer than 76 characters. The encoded output wraps at this point, which causes the request header to be invalid. You end up with something like this:

GET /zones HTTP/1.1
Host: pointhq.com
accept-encoding: gzip, deflate
content-type: application/json
accept: application/json
authorization: Basic dXNlcm5hbWVAZXhhbXBsZWRvbWFpbi5jb206YWhma2poYXNsa2Rmamhsa2oyMzRpeW9paGZzbGtk
amhma2xzc2pkaGY=
user-agent: Python-httplib2/0.8 (gzip)

Note that the authorization header is wrapped over two lines. The second line is invalid HTTP, and you get a 500 back from the Point API. I've fixed the problem in my own code by stripping newlines from the encoded output so the authorization header uses a single line. This appears to be the approach taken by the Python requests library, and by curl.

I will send a pull request referencing this issue that includes my fix.

Thanks for the great module,
Richard

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.