Forum

November 2nd, 2014
A A A
Avatar

Lost password?
Advanced Search

— Forum Scope —




— Match —





— Forum Options —





Minimum search word length is 3 characters - maximum search word length is 84 characters

The forums are currently locked and only available for read only access
sp_Feed Topic RSS sp_Related Related Topics sp_TopicIcon
How to pass csrf_token to the post params of editurl of jqgrid ?
25/06/2011
09:04
Avatar
futureboxlab
New Member
Members
Forum Posts: 1
Member Since:
25/06/2011
sp_UserOfflineSmall Offline

I'm using JqGrid with Django framework. That's JS:

jQuery("#list").jqGrid({

        url:'{% url views.manage.devicesajax %}',

        datatype: 'json',

        mtype: 'GET',

        colNames:['DID', 'UDID', 'Owner', 'Name', 'First seen', 'Last seen'],

        colModel :[

          {name:'did', index:'did', width: 30, searchoptions:{sopt:['eq','ne','bw','cn']}},

          {name:'udid', index:'udid', width: 120, editable: true, searchoptions:{sopt:['eq','ne','bw','cn']}},

          {name:'d_owner', index:'d_owner', width: 70, editable: true, searchoptions:{sopt:['eq','ne','bw','cn']}},

          {name:'d_name', index:'d_name', editable: true, searchoptions:{sopt:['eq','ne','bw','cn']}},

          {name:'d_firstseen', index:'d_firstseen', width: 80},

          {name:'d_lastseen', index:'d_lastseen', width: 80}],

        pager: jQuery('#pager'),

        rowNum:20,

        rowList:[20,50,100],

        sortname: 'did',

        sortorder: "desc",

        multiselect: true,

        viewrecords: true,

        imgpath: 'themes/basic/images',

        caption: 'Devices list',

        height: 330,

        width: 1000,

        onSelectRow: function(id) {

            var id = $("#list").getRowData(id).message_id;

            message_id = id;

        },

        editurl: "{% url views.manage.deviceseditajax %}"

    });


When I do edit row in JqGrid I get error from editurl:


Forbidden (403) CSRF verification failed. Request aborted.


It's because I don't pass csrf_token to editurl with the other data.

How to add param to the POST request to editurl ?
Is any method in JqGrid for that ?
Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

Currently Online:
25 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

OlegK: 1255

markw65: 179

kobruleht: 144

phicarre: 132

YamilBracho: 124

Renso: 118

Member Stats:

Guest Posters: 447

Members: 11373

Moderators: 2

Admins: 1

Forum Stats:

Groups: 1

Forums: 8

Topics: 10592

Posts: 31289

Newest Members:

, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.com

Moderators: tony: 7721, Rumen[Trirand]: 81

Administrators: admin: 66

Comments are closed.
Privacy Policy   Terms and Conditions   Contact Information