Giter VIP home page Giter VIP logo

Comments (4)

nightshade427 avatar nightshade427 commented on June 26, 2024

Acutally this fails as well and locks up, so I dont think it is limited to HEAD. Maybe something with the redirects not handled quite right?

(as:with-event-loop (:catch-app-errors t)                                                                                                                                        
           (asf:multiple-future-bind (body status headers ruri)                                                                                                                           
               (drakma-async:http-request "https://auth.sovee.com/")                                                                                                                      
             (format t "~s ~s ~s ~s" body status headers ruri)))

But this works

(as:with-event-loop (:catch-app-errors t)                                                                                                                                        
           (asf:multiple-future-bind (body status headers ruri)                                                                                                                           
               (drakma:http-request "https://auth.sovee.com/")                                                                                                                            
             (format t "~s ~s ~s ~s" body status headers ruri)))

from drakma-async.

nightshade427 avatar nightshade427 commented on June 26, 2024

any ideas?

from drakma-async.

orthecreedence avatar orthecreedence commented on June 26, 2024

Sorry it's taken me so long to get to this. Is it breaking for you still, because it seems to be working for me:

NIL 200 ((:CACHE-CONTROL . "max-age=0, private, must-revalidate") (:CONTENT-TYPE . "text/html; charset=utf-8") (:ETAG . "\"38f3b9b348287333560127bbaa42d6bb\"") (:SERVER . "nginx/1.2.2 + Phusion Passenger 3.0.14 (mod_rails/mod_rack)") (:SET-COOKIE . "request_method=HEAD; path=/,_dashboard_session=N3QxbWNUajBoRFFEcVVQaEpScVY5R0NqUkVHa1VxRnZYRW9BTUxPZVlwWUVGWnE5NWpPR1JoOWZZWHRWSWNVNFFxTnNSZWF3NjVqNE90Y2dzd1diRmh4VkVFbmh1TE9qTnJIZk1OK0d6cm93QkgrSlFYdW41R1owd2xwMW54aTN3bXpHMHM1T050MkxZRkJXOS9EYUJKSUMvZytVcDNJUGp2UkxsQWxWNUJ6WURqd1Z5YWw1TWx2R0JJZElaNXpRLS1ERi9SV1daVXZrSlR5L3NzS3lML2hBPT0%3D--f6aca66cc1eb80dce2b71ffad5781e8168741f2b; path=/; HttpOnly") (:STATUS . "200") (:X-CONTENT-TYPE-OPTIONS . "nosniff") (:X-FRAME-OPTIONS . "SAMEORIGIN") (:X-POWERED-BY . "Phusion Passenger (mod_rails/mod_rack) 3.0.14") (:X-REQUEST-ID . "c66e1d87-2335-4e32-bd21-72ec7a61d991") (:X-RUNTIME . "0.008108") (:X-UA-COMPATIBLE . "chrome=1") (:X-XSS-PROTECTION . "1; mode=block") (:CONNECTION . "Close")) #<URI http://auth.sovee.com/users/sign_in>

from drakma-async.

nightshade427 avatar nightshade427 commented on June 26, 2024

nope magically seems fine now .. haha

from drakma-async.

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.