Ajax request and regenerate csrf |
hi , sorry for english , i must get some value from a db to populate a select .
this is my js code : Code: <script> this is the controller : Code: function get_province(){ If i have only one call it work otherwise i have error 403 . I can solve it by set $config['csrf_regenerate'] to FALSE but is it secure ? |
Messages In This Thread |
Ajax request and regenerate csrf - by pippuccio76 - 07-23-2017, 06:51 AM
RE: Ajax request and regenerate csrf - by spjonez - 07-24-2017, 10:19 AM
RE: Ajax request and regenerate csrf - by pippuccio76 - 07-24-2017, 12:45 PM
|