HTTP POST large data set without changing "max-post-size"
Trying to post a large amount of data to a REST endpoint in JBoss but the "max-post-size" limitation prevents this. We do not want to adjust "max-post-size" due to security concerns. Need some Ideas how to work around this.
Thanks In Advance!