Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Yes, in this case the square brackets would be considered part of the password.
to go on, in this example anything after password= and before a possible & would be considered part of the password, just like a real world API call.
If the password in the URL looks like so:
user=sys&password=[MyP4$$W0rD!]
Should we be masking the square brackets as well as the characters inside them?