Hi, As far as I know this is not possible. The request is made by the browser and you have no control on it. You can set headers on Ajax requests but in your case you need to do cross origin requests and this requires some additional work. Google 'CORS'.
On Mon, Jun 24, 2013 at 3:12 PM, Stefan Lindner <[email protected]> wrote: > I need to place a link to an external url in my wicket page. The > external site requires some special http header parameters (e.g. > X-Redmine-API-Key) for authentication. > > > > It it possible to modify the outgoing request an add the header > parameter? > > > > Thank you > > Stefan > >
