Search code examples
jxbrowser

Can't add headers to POST


I have a trouble with JxBrowser. I just want to send a POST request with MY headers. And I can't do it. browser.loadURL(new LoadURLParams("MY_URL","MY_DATA", "MY_HEADERS_HERE")); What i'm doing wrong?


Solution

  • You should use specific format for your headers.

    Please take a look at the following article for more details: https://jxbrowser.support.teamdev.com/support/solutions/articles/9000013103-loading-url-with-post