Endpoint naming

When I am using capital letters in endpoints, its showing error:“Requested endpoint is forbidden”.But when I am using small letters, its working properly.

Is there any naming rules of endpoints in Tyk?

Hi Tanaya,

URLs are case sensitive. However, if you are using blacklisting or whitelisting, then Tyk will lower case the URL prior to pattern matching, so your patterns must also be lower case.

Regards,
Dave

1 Like