1

I am trying to use ajax to read and parse results from a website within the webkitbrowser.

There's no obvious solution for disabling web security in webkitdotnet. How can I achieve this?

Jake Cattrall
  • 461
  • 4
  • 20

1 Answers1

0

This library is more evolved and although it doesn't have this functionality you can use a c# callback to perform a cross-domain post-request http://code.google.com/p/open-webkit-sharp/

Jake Cattrall
  • 461
  • 4
  • 20