mdaneri

Results 71 comments of mdaneri

@Badgerati can we set as milestone 2.11

the hashtable is not ordered. I tried to fix it but I had to rollback my changes. the function Remove-PodeNullKeysFromHashtable doesn't like an ordered hashtable I'm working to remove the...

part of my branch

@Badgerati this should be 2.10 milestone

I'm not able to reproduce your issue with Pode v2.10.0 and v2.10.1 Do you still have the issue ?

My idea was to implement what suggested by https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_script_internationalization?view=powershell-7.4 using `Import-LocalizedData -BindingVariable msgTable` Numbers are not really a thing for Pode. I think only FileBrowser is impacted DateTimes we have...

It's not a Pode issue but an Invoke-WebRequest one try with `curl.exe`, and will work Check this pester code https://github.com/Badgerati/Pode/blob/develop/tests/integration/RestApi.Https.Tests.ps1 we have exactly the same issue

I tested it, and it works fine on the Windows VM, where it always fails. On Linux an Mac a never seen this issue Please remember to remove the curl...

The function `Add-PodeSecurityHeader` is not name compliant and should be named `Set-PodeSecurityHeader` but I know that it's a tricky change. Maybe we can create a `Set-PodeSecurityHeader` alias in the meantime