HI All,
WOrking on applicaiton which is developed using angular js, the applicaiton has something called cachebusters- its adynamic values which gets generated so as to make browser make a call to server(implement to increase the hits ont he site- inturn revenue).. . This dynamic value is comin as part of the request not the response....
has anyone faced similar issue- any pointers or suggestion would be great help.
web_custom_request("ABC",
"URL=https://XYZZ?cacheBuster=1490127656731",
"Method=POST",
"Resource=0",
In code generation log i see below
****** Request Header For Transaction With Id 368 ******
GET /rest/XYZ/1?cacheBuster=1490127656731HTTP/1.1
Thanks