Justin Grote

Results 875 comments of Justin Grote

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...

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 :) ![Image](https://github.com/user-attachments/assets/2a9bda43-c65a-4b13-94da-45783b4be312)

I prepared a [basic POC using builtin .NET methods](#25479) ![Image](https://github.com/user-attachments/assets/76053842-ef5d-451b-809a-1cc49fd7ddb3) 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...