hawknet icon indicating copy to clipboard operation
hawknet copied to clipboard

Hawk protocol implementation for .NET

Results 12 hawknet issues
Sort by recently updated
recently updated
newest added

We currently use hawknet on asp.net 4.8 and am switching to .Net Core 6 and Blazor and as part of this the httprequest has been depreciated so we have switched...

According to the [documentation ](https://hapi.dev/module/hawk/api/?v=8.0.0#payload-validation) the ext-parameter - if present - shall be placed before the mac parameter. The hawk parameters shall be ordered in this sequence: 1. id 2....

Does the HawkNet.WebApi.HawkAuthentication function in asp.net core 2.0? I modify the hawknet/Example and hawknet/HawkNet.WebApi for my project. However, the HAWK request Authorization working, but in HAWK response Authorization, the server...

This adds a ServiceAuthenticationManager as an option for WCF authentication. The API documentation is somewhat sparse so in places I had to make some assumptions. What are your thoughts on...

Fixed an issue in HawkAuthenticationHandler with AuthenticationHeaderValue.Parse which would lead to an exception if IncludeServerAuthorization is set to true and client sends a value for Authorization which is empty, other...

Hawk.cs: the code in CalculateMac method, when i remove ToLower() ,and work well var normalized = "hawk.1." + type + "\n" + ts + "\n" + nonce + "\n" +...

When running Example.Owin against a non-secured controller (no Authorize attribute) and no signed http client, the exception The format of value '< null >' is invalid is thrown. This is...

Hey, Started using HawkNet on a new project where I can't use HTTPS, and it does the trick. However, I would like to use the Web API 2 "Attribute routing"...

Hi Pablo. When using urls that have spaces encoded as %20 instead of a plus sign (both are valid, apparently), the code is failing. This is because of a behavior...

Fix for: ExceptionMessage: "Object reference not set to an instance of an object." ExceptionType: "System.NullReferenceException" Message: "An error has occurred." StackTrace: " at HawkNet.HttpRequestMessageExtensions.d__7.MoveNext() ?--- End of stack trace from...