結果の$request.ContentTypeは、char[]とStringを使用することで違いがあることがわかりました。
$ request = [System.Net.HttpWebRequest] .create($ URL)
$request.ContentType = [char[]] "application/x-www-url-formurlened" $request.ContentType = "application/x-www-url-formurlened"
char []とstringを使用してそのようなリクエストを行った場合、サーバー側への実際の出力の違いは何ですか?
それはとても混乱しています...私はそれが同じであるべきだと思います
ありがとう