Hi I´m trying to return custom headers but they are not coming over with the SuccessEventArgs.
I think I´m doing this correctly but I might be missing something.
Blazor
Controller that gets hit and returns only changes to ContentType
The OnSuccess that doesn´t contain the header
The header is in the response but not in SuccessEventArgs
You can try out this code here if you like RolesDemo/BigFileUploadControllerc.cs at 2e1c3642afc84cdd986226c0219e35cc26c43da9 · sturlath/RolesDemo (github.com)
Just set Blazor and Host as starting projects and F5 and try it out