I working on custom browser and I need to change QWebkit to work as I describe below:
when I load a url into webkit, webkit has to change requests to custom a url
which means NetworkRequest urls has to change to a custom url for example:
if user loads http://www.google.com networkrequests has to send to http://mycustomeserver.com/q?www.google.com

Anyone has idea how can I do this?

Thanks in advance