RestPS
RestPS copied to clipboard
Simple ReST Framework for Powershell
Using the current version 44 if I put any & in the URL argument list, the rest server crashes. Looks like powershell tries to execute something on the way to...
**Proposal for variable routes** - As of RestPS 7.0.44 from PSGallery, only hardcoded routes are supported, which is to say that [Invoke-RequestRouter](https://github.com/jpsider/RestPS/blob/master/RestPS/private/Invoke-RequestRouter.ps1#L37) selects routes `where {$_.RequestURL -eq $RequestURL}`. - Consequently...
Currently there is no link, it must be done with the release of a new version.
Just want to give notice :-) [https://hub.docker.com/r/nopenix/restps](https://hub.docker.com/r/nopenix/restps)
@jpsider We have exposed few endpoints in RestPSRoutes.json using RestPS module. We can call only one endpoint (url) at a time. If we hit second endpoint, it waits till 1st...
For Example u send following URL to RESTPS: `http://localhost:8080/test/route?text=das ist ein text` U will recieve this Parameter: text=das%20ist%20ein%20text" Now we could use this to decode the URL Properly: ``` $urlTodDecode="http://localhost:8080/?text=das%20ist%20ein%20text"...
There is potential that log messages could be sent in the response, this is bad.
this message is incorrect
This will be integrated to replace netsh commands