locked
WebApi using token authentication - logs showing Cookies RRS feed

  • Question

  • Hi i'm using bearer token authentication with .Net web Api (not .net core).

    I didnt think this was using cookies, however when i look at the IIS logs it shows entries under cs(Cookie) column for calls to the endpoints which I have added [Authorize] in the controller.

    e.g. text is:

    .AspNet.Cookies=

    Any ideas what this is? I'm not manually setting any cookies in my client.

    Saturday, September 19, 2020 9:32 AM

Answers

  • WebApi has a forum in ASP.NET forums.

    https://forums.asp.net/

    • Marked as answer by SunnySSS Monday, September 21, 2020 9:43 AM
    Saturday, September 19, 2020 11:56 AM