I am trying a basic json call to another server we have .
I create the json, post or raw it via mvcall, and I get the response I have hard coded on the receiving end "hello".
BUT - I do not get s.content_data, or arg2, etc. (the json I sent over).
Any suggestions on getting the receiving page to read the json and display it?
I create the json, post or raw it via mvcall, and I get the response I have hard coded on the receiving end "hello".
BUT - I do not get s.content_data, or arg2, etc. (the json I sent over).
Any suggestions on getting the receiving page to read the json and display it?
Comment