Closed holymode closed 6 months ago
Yes, that URL will match.
Patterns will match request base URLs. So it will basically treat https://thumbnails.roblox.com/v1/users/avatar
the same as https://thumbnails.roblox.com/v1/users/avatar**
(either the exact URL or anything starting with that).
If I have
will it also cache the result for 3d for this?
https://thumbnails.roblox.com/v1/users/avatar?userIds={user_id}&size=720x720&format=Png&isCircular=false
Or do I need to match it differently?The example in the docs are not very clear for this. At least for me.