Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
デバッグのために、GeckoFXWebbrowserコントロールのHTTP-Requestのhost-fieldを操作する必要があります。誰かが私がそれを行う方法を知っていますか?
はい、分かりました。追加のヘッダーを設定する必要があり、ホストヘッダーが置き換えられます。例:
geckoWebBrowser1.Navigate(urlTB.Text, Skybound.Gecko.GeckoLoadFlags.None, referrerTB.Text, null, string.Format("Host: {0}\r\n", hostTB.Text));