Giter Club home page Giter Club logo

Comments (7)

acmacalister avatar acmacalister commented on August 26, 2024

Hi. So this how I'm using basic auth against http://httpbin.org

var request = HTTPTask()
        var auth = HTTPAuth(username: "user", password: "passwd")
        auth.persistence = .Permanent
        request.auth = auth
        request.GET("http://httpbin.org/basic-auth/user/passwd", parameters: nil, success: {(response: HTTPResponse) in
            if response.responseObject != nil {
                println("winning!")
            }

            }, failure: {(error: NSError, response: HTTPResponse?) in
                println("failure.")
        })

Which appears to be working ok. It won't print anything if the authentication is incorrect and the server is set to keep challenging.

from swifthttp.

daltoniam avatar daltoniam commented on August 26, 2024

Has this issue been resolved?

from swifthttp.

AviiNL avatar AviiNL commented on August 26, 2024

Nope, using a plain header works.

Op maandag 10 november 2014 heeft Dalton [email protected] het
volgende geschreven:

Has this issue been resolved?


Reply to this email directly or view it on GitHub
#28 (comment).

from swifthttp.

daltoniam avatar daltoniam commented on August 26, 2024

Alright, is there a test url we can test this out with? As @acmacalister said, we are unable to reproduce the behavior in our testing.

from swifthttp.

daltoniam avatar daltoniam commented on August 26, 2024

@AviiNL any further details? I want to get this issue resolved if we can.

from swifthttp.

AviiNL avatar AviiNL commented on August 26, 2024

I am sorry, i cannot give any more information than i already have due to
the fact that I switched to using xamarin.ios.. To make a testcase try to
install drupal 8 and push content via it's api that requires authentication
(post/delete or patch).

Kind regards, AviiNL

Op dinsdag 18 november 2014 heeft Dalton [email protected] het
volgende geschreven:

@AviiNL https://github.com/AviiNL any further details? I want to get
this issue resolved if we can.


Reply to this email directly or view it on GitHub
#28 (comment).

from swifthttp.

daltoniam avatar daltoniam commented on August 26, 2024

Alright thanks for the details. We will look into creating a more extensive test suite in the future.

from swifthttp.

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.