Coder Social home page Coder Social logo

Comments (4)

daltoniam avatar daltoniam commented on August 27, 2024

Looking at the swift code, it doesn't appear to be using the proper format for basic auth. Have you seen the README on Authentication?

https://github.com/daltoniam/SwiftHTTP#authentication

The first example is on how to do basic auth with SwiftHTTP.

from swifthttp.

yashwanthbabu avatar yashwanthbabu commented on August 27, 2024

Yes, I have seen README and tried this https://github.com/daltoniam/SwiftHTTP#authentication
In request.auth line, I was returning with my api credentials in the NSURLCredential.
And in the GET request,
request.GET("https://api.mydomain.com", parameters: nil, success: {(response: HTTPResponse) in if response.responseObject != nil { println("Authentication Success") } }, failure: {(error: NSError, response: HTTPResponse?) in println("error auth") })

It gives the output of Authentication Success. But what I needed was, When I make a GET request for the url https://api.mydomain.com/api/v3/auth/token with the user credentials, then the response JSON data will have my apikey. All I needed was that apikey.

In this authentication, it just gives the success message. Please help

Thanks

from swifthttp.

yashwanthbabu avatar yashwanthbabu commented on August 27, 2024

Hey @daltoniam !! Thanks for the help. I rectified the issue. Working fine now. Thanks :)

from swifthttp.

daltoniam avatar daltoniam commented on August 27, 2024

Awesome, glad to hear it.

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.