Hi, I have implemented a GET and a POST HttpHandler. They both work. I made performance tests on GET and works excelent. On POST is horrible slow. I am using POST with binary raw data. It returns the result expected - but it is way slower than the GET. Is it something I am missing?