Invoking http adapter procedure failure
问题 I'm trying to send some values to a web server and it is going to respond with true or false using http adapter in ibm mobilefirst. When i invoke the procedure from the environment, i got this error: { "errors": [ "Runtime: Http request failed: java.net.UnknownHostException: mfpreader.comze.com\/" ], "info": [ ], "isSuccessful": false, "warnings": [ ] } Here is the link i'm using: http://mfpreader.comze.com/login.php?username=kevin&password=pass The server is working. LoginAdapter.xml