Hi,
I'm developing symbian S60 3rd FP2 application that uses Browser Control API to browse web pages. I have a need to add small string to URL (or header) when I open some links.
The use case is: There is a page with a form to submit a file. I can attach a file by using file-browser to the form. Then I can press submit-button to send the file to server. But before the file is sent I need to modify the message. The change could be created i.e. by modifying called URL or creating new line to HTTP-header. Is this possible?
I can get content of one kind of user's load request by using MBrCtlLinkResolver, but I cannot make any changes to load request (or I don't know how).
Can anyone help me to find a solution to my problem? I tried to look SDK's help and search solution from web, but found nothing.



