on 2018 Jan 11 7:51 AM
I wrote a piece of code in Java, packaged into rest API, call for C4C; but when I deployed Java program to port 80, C4C can be called successfully, but when I deployed Java program to other ports, such as 8001, C4C will not be able to call, and error: NotFound. Do anyone know the reason?
http://111.231.101.57/token/getToken?account=raobaojun&password=raobaojun http://54.223.244.57:8001/token/getToken?account=raobaojun&password=raobaojun
The above two URL can be invoked if they are open in the browser, but in C4C, only the 80 port URL can be invoked successfully.
Request clarification before answering.
User | Count |
---|---|
8 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.