Forum Discussion
krogold
Regular Contributor
hi,
that sounds great, but what if you have 500 resources ? :(
Is there any way to apply a header to ALL of your resources ?
EDIT : ok, the upper method works fine
"then try adding a RequestFilter.filterRequest event with the following:
def headers = request.requestHeaders
headers.put( "test-header", "test" )
request.requestHeaders = headers"
Well, in fact it works pretty well ... too well: at each call, the header is added. It should happen only once.
I'm trying to find a way to make it a 'one-shot' process ...
Anyone has already been through this ?
thanks
Alex
Related Content
- 2 years ago
- 2 years ago