Arie Heinrich

Results 23 comments of Arie Heinrich

What if I don't want to install IIS or be dependent as I'm running on a Linux machine ? Pode is cross platform at the end.

Im not the original poster, my comment was an observation,

What if I want to host it on a non-windows machine. Seeing as pode is cross platform ?

@Badgerati Windows by default tries to use Kerberos, if it fails it falls back to NTLM, so what your seeing is a correct behavior.

Going over the code, it shouldn't be hard to implement. Just note that a zip file may not necessarily be flat, it may contain a very complex folder structure, which...

Yes i do use the restart via filewatcher, im more refering to debugging inside the script block. For example i use import-podemodule to load a module i created with some...

Assume this for server.ps1 ``` Start-PodeServer { Import-PodeModule -Path "./General.psm1" Add-PodeEndpoint -Address . -Port 8080 -Protocol HTTP -Name "General" Add-PodeRoute -Method GET -Path "/general" -EndpointName "General" -ContentType "application/json" -ScriptBlock {...

Hmm, what is out-PodeHost ?

The order is static routes first, then normal non-static routes. It is configurable - https://badgerati.github.io/Pode/Tutorials/Routes/Utilities/StaticContent/#static-routes-order

At the moment, no tool can allow you to query the OData. I tried a few including Dougs tool and also extracting the Odata files via powershell. Problem is MS...