Hooked up a handler to the signal webkit_web_view submit-form. wanted to get data zagolovki http, but I haven't found easy way. I've tried in this function, I get these headers, but does not work.
static void handler_soup ( const char *name, const char *value, gpointer data ) {
printf ( "%s: %s\n", name, value );
}
static...