✅ powershell post MultipartContent weird behavior
simply put, i'm making a request and content is serialized with type name instead of real content
with wireshark i see in the request this is sending that content is serialized as
and i've got no clue on how to solve this
maybe remove everything and just send the body as string
powershell is 5.1
on my machine it works
, on the one i need to execute the script it doesn't
edit apparently it doesn't work on my machine either? im pretty sure it used to work
with wireshark i see in the request this is sending that content is serialized as
System.Net.Http.StringContent System.Net.Http.StringContent and i've got no clue on how to solve this
maybe remove everything and just send the body as string
powershell is 5.1
on my machine it works
edit apparently it doesn't work on my machine either? im pretty sure it used to work