Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

request.path bug

Not applicable

With GET /test?foo=bar the JS policy

print( request.path );
print( context.getVariable( 'request.path' ) );

gives:

/test?foo=bar (incorrect)
/test         (correct)

on-premise Version 4.15.07.00.

1 2 196
2 REPLIES 2