I know data should be POST’ed instead… BUT does anyone know how to configure the TEM/REST/Reporting to accept longer get requests?? My guess is some config in the reqistry or a conf-file somewhere… but cant seem to find any pointer towards this issue.
Setting the
_BESRelay_HTTPServer_MaxRequestLineLength client setting on the root server will control this. The value is represented in bytes and the default is
32768.
This solved my issue! I had been looking for a parameter like this using Google and the IBM Search tools, but have not found ANY documentation describing this settings and other 'normal web service settings. So, how did you know? Is there a paper floating around with all the magic settings i need to be aware of?