Closed ericdrosas87 closed 4 months ago
Sample reval request body:
{
uri: 'about/history',
secret: '1128f3c472c118caa63',
'tags[0]': 'navigation'
}
{
uri: 'es/about/history',
secret: '1128f3c472c118caa63',
'tags[0]': 'navigation'
}
Resolves #259
Drop a
console.info(query);
in the clientrevalidate.js
and save a page or disable/enable to see the navigation tag sent as a query param.