C# - Non-Interactive Login Sample

Collapse
This is a sticky topic.
X
X
 
  • Time
  • Show
Clear All
new posts
  • BetfairDeveloperProgram
    Administrator
    • Oct 2008
    • 680

    #1

    C# - Non-Interactive Login Sample

    Please see attached a project demonstrating the non-interactive login method for API-NG in C#.

    This is also available via the following github repository https://github.com/betfair/API-NG-sa...ractive-cSharp

    Betfair Developer Program
  • hamza
    Junior Member
    • Dec 2020
    • 1

    #2
    I want to api for my own website

    Comment

    • Orcun
      Junior Member
      • Feb 2022
      • 2

      #3
      Hi, I am using the sample mentioned earlier, however it seems to connect ok when called from the .net 4.7.2 and fail when called from .net 5.0 it comes back with cert_auth_required when called from .net 5.0 (success).

      I would appreciate any help at this moment

      Comment

      • bfexplorer
        Senior Member
        • Sep 2018
        • 212

        #4
        Originally posted by Orcun View Post
        Hi, I am using the sample mentioned earlier, however it seems to connect ok when called from the .net 4.7.2 and fail when called from .net 5.0 it comes back with cert_auth_required when called from .net 5.0 (success).

        I would appreciate any help at this moment
        Orcun, did you solve this problem. I can confirm that on ..net framework (I build to 4.8) Non-Interactive Login works, but not on .net core (I build to net7.0.the same code does not work.

        Comment

        • bfexplorer
          Senior Member
          • Sep 2018
          • 212

          #5
          Originally posted by BetfairDeveloperProgram View Post
          Please see attached a project demonstrating the non-interactive login method for API-NG in C#.

          This is also available via the following github repository https://github.com/betfair/API-NG-sa...ractive-cSharp

          Betfair Developer Program
          Could you give us some hint why Non-Interactive Login does not work on .net core?

          Comment

          Working...
          X