Weird issue with mikrotik hotspot

Hi All,

i am getting one weird error in mikrotik hotspot (only pap enabled)

i added 2 users in mikrotik , one is with country code and another one is with out country code like User 8639338XYZ & +918639338XYZ

The below link was able to login directly via hotspot
http://login.wifi/login?dst=&username=8639338XYZ&password=null

this below link was unable to login always log invalid user name and password
http://login.wifi/login?dst=&username=+918639338XYZ&password=null

but when i type manually in hotspot page its working so whats wrong in that link

rajesh

https://stackoverflow.com/questions/5450190/how-to-encode-the-plus-symbol-in-url

i.e. use “%2B” instead of “+”

Thanks for your reply., i think i got solution wit your post.