cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
431
Views
0
Helpful
2
Replies

python access to call redirect page is unknown (404)

sdurnan2204
Level 1
Level 1

I was using a different version of the Cisco Communication manager, and was able to access the following

"https://server/ccmuser/j_security_check"

"https://server/ccmuser/showHome.do"
"https://server/ccmuser/deviceEdit.do? key=%s" %phone_id
"https://server/ccmuser/lineSettingsRedirect.do"
"https://server/ccmuser/lineSettingsSave.do"

With our new server,

https://server/ccmuser/j_security_check"    works fine

But the following get 404 error, I assume the page name/type has changed.

Can anyone throw some light on my problem.

Note change from ccmuser to ucmuser

"https://new-server/ucmuser/showHome.do"
"https://new-server/ucmuser/deviceEdit.do? key=%s" %phone_id
"https://new-server/ucmuser/lineSettingsRedirect.do"
"https://new-server/ucmuser/lineSettingsSave.do"
-Error message : 404 - /ucmuser/showHome.do

Thanks

Shaun

2 Replies 2

Justin Pascal
Level 1
Level 1

404 is not found, if you try manually it works?

https://server/ccmuser/j_security_check work from inside the program and in a browser

Buthttps://new-server/ucmuser/showHome.do doesn't work at all in either

I am unsure what the difference is if any , between ccmuser and ucmuser

But it seems that the .do file have at least changed names.

Thanks

Shaun