I’m trying to write a Java class to log in to a certain website. The data sent in the POST request to log in is
user%5Blogin%5D=username&user%5Bpassword%5D=123456
I’m curious what the %5B
and %5D
means in the key user login.
How do I decode these data?