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

[Solved] ajaxRequest is using GET instead of POST

0 Answers 19 Views
Window
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Vidya
Top achievements
Rank 1
Vidya asked on 17 Dec 2012, 07:26 PM
ajaxRequest window client method documentation states that "data" will be sent to URL as "POST" instead it is being sent as "GET".

http://www.telerik.com/help/aspnet-mvc/telerik-ui-components-window-client-api-and-events.html#ajaxRequest

The problem appears to be in telerik.window.min.js script file.

a.ajax({type:"GET",url:....)

should be 

a.ajax({type:"POST",url:....)

Tags
Window
Asked by
Vidya
Top achievements
Rank 1
Share this question
or