Alternatives to Query String in HttpGet for sending data?

ashd

New Member
I am developing a REST API and currently client sends data in QueryString. For one method client need to send relatively large data (XML content). Due to query string size limitation I am looking for alternatives.What are ways to send data in HttpGet request other than query string?
 
Back
Top