Skip to content
Advertisement

Tag: authentication

I’m not able to log in Tomcat Manager App

I have read a lot of topics in stackoverflow for solve my problem, but none was useful. When I tried to log in Manager App ([http://localhost:8080/manager/html][1]) using a lot of different configurations, but I always obtained 401 Unauthorized after attempted to log in using the rights credentials. I restarted the tomcat server a couple of times. This is my last

how to handle spaces in url android

i have an error while i tried to run some spaces in url android, this is the code : as you see.. i have the command for take login validation in strUrlLoginFullpath = strUrlMain+”exl?u=”+strUser+”&p=”+strPass+”&t=1″; but there’s condition that strUser sometimes containing blank spaces, that can make my program doesn’t run. so how the way to solve this problem.? Answer URLEncoder.encode()

Advertisement