Posts by Jayme Neto • 11 points
1 post
-
0
votes1
answer262
viewsQ: Variable in a url by powershell
I’m building a script that takes an answer from a url and uses this answer to build a second url. Example: $id = Invoke-Webrequest -Uri "http://meusite/login? blablabla" This first request will…