I have been trying to research on how to pass an object from one application to another. I know how to pass data with a link, example:
www.example.com?data=data
and retrieve it with request.queryString("data")
but this only helps me with passing one string. I am trying to pass a whole object and you cannot add an object at the end of a link.
I have been told there is a way to do this using httpheaders but i am having not luck with examples or explanations on how to do this.
Any information would be helpfull Thanks.
www.example.com?data=data
and retrieve it with request.queryString("data")
but this only helps me with passing one string. I am trying to pass a whole object and you cannot add an object at the end of a link.
I have been told there is a way to do this using httpheaders but i am having not luck with examples or explanations on how to do this.
Any information would be helpfull Thanks.