Justin Grote
Justin Grote
Still Active
I think this should be 3-pronged: - Debug output should emit two lines, one with the request URL, and one with the response status code. - `-RequestVariable` parameeter that works...
I read that it was approved as long as it is opt in, with debug being *one* such option. The variable parameters are opt in as well, without them specified...
I will start at that level then, the rest can be additive
While investigating, I found it amusing that, if a link is a relative link, the original link gets exposed in the logs anyways. That was probably an oopsie :) 
I prepared a [basic POC using builtin .NET methods](#25479)  After some discussion on the #powershell-contributors Discord channel, some issues came up: 1. People currently using `-Debug` who aren't expecting...
> I would start with the simplest output of _request_ in the default format (`list`). We can fast merge and get fast feedback. Then (in follow PR) I would expect...
@iSazonov first thanks for the review, I'll work on the changes tomorrow. As noted in the PR, there's some magic stuff that happens with the Body parameter and certain content...
I like that idea! But agreed, start small and expand. PR updated accordingly
Thanks for the submission! Most of the "refactors" for the code formatter are actually currently provided by PSScriptAnalyzer, can you verify that this isn't specific to PSScriptAnalyzer? If it is...