[webkit-help] informations

Julien Chaffraix julien.chaffraix at gmail.com
Sat Jul 2 11:06:40 PDT 2011


Hi,

Before asking questions here, you should check out
http://www.webkit.org/asking_questions.html. We are not in your head
and with so little information, it's difficult to give a good answer.

> I have to make a post request with webkit. How can I do that?

This sounds like an HTML / JavaScript question but there must be a way
to do that from your program using your platform's HTTP library. As we
don't know which platform you are using that's the most we can tell.

JavaScript and HTML questions would be better answered on
web-developers mailing lists or forums. Here is 2 ways to do it (you
will have to fill in the gap): XMLHttpRequest or submitting a <form>
element.

Hope it helps,
Julien


More information about the webkit-help mailing list