im working on capturing the page data and mouse movements using js and jquery in my client application. i captured all below mentioned data without any problem. I need to send my client application data to WCF service application for process. normally less data means aroung 4000 bytes means without having any problem, data has been sent. but if i send more than that means, its shows error of
400 bad request
data is exceeding the limit of the page of 4000 bytes. .
im using mexhttpbinding endpoint, beacuse of we are used to send data to cross domain.
Please provide suggestions to overcome this issue. [NOTE] Im sending json data