This is a migrated thread and some comments may be shown as answers.

RadCompression with SL4 and RIA

2 Answers 65 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Oliver
Top achievements
Rank 1
Oliver asked on 01 Sep 2011, 04:41 PM
Hello,
I have a question about radcompression.

Here, I use radcompression with SL4 and RIA.
I inserted the DLL "Telerik.Web.UI" and I modified the web.config with tags

<httpModules>
      <add name="RadCompression" type="Telerik.Web.UI.RadCompression"/>
 </httpModules>

and

<system.webServer>
    <modules>
      <add name="RadCompression" type="Telerik.Web.UI.RadCompression" preCondition="managedHandler" />
<system.webServer>

The response is compressed. It's OK
But my question is : Is it possible to compress POST ?? because the request POST is not compressed.
Possible with RadCompression ? other way ?

Exemple :  See attached file

Regards,
Oliver



2 Answers, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 06 Sep 2011, 04:32 PM
Hello Oliver,

Please note that by default RadCompression will automatically detect and compress responses to requests that expect these content response types (as found in the HTTP request's "ContentType" header or "AcceptsTypes" header):
  • application/x-www-form-urlencoded
  • application/json
  • application/xml
  • application/atom+xml

By design RadCompression does not compress requests of any type.

I hope this helps.

Best wishes,
Martin
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
Oliver
Top achievements
Rank 1
answered on 12 Sep 2011, 02:56 PM
Hello,

Thanks for your answer.

regards,
Oliver
Tags
General Discussions
Asked by
Oliver
Top achievements
Rank 1
Answers by
Martin
Telerik team
Oliver
Top achievements
Rank 1
Share this question
or