Abhishek jain

Results 30 comments of Abhishek jain

#19 https://github.com/simplepie/simplepie/pull/359 https://github.com/simplepie/simplepie/pull/407 [Use Proxy with SimplePie](https://gist.github.com/abhij89/c7f475cd581e9af9498f4cccf7e2d9f0)

@mebjas Browser is Firefox, OS is windows 7. I have installed library using composer. Yes i have included the library at both pages. It works fine in case of POST...

Also i am trying this in private window of Firefox to avoid any cache, if this helps.

I have left it as blank array, is it mandatory to have something in it? Does it mandatorily have values, documentation didn't say so.

Ok i will give this a try. But shouldn't it work for all ajax requests by default? be it POST or GET.

Ok, so why is that AJAX request using GET method is not working. It should work though, even if it doesn't add the CSRF token in it, right? Since i...

I am maintaining a legacy project, and it is using hundreds of AJAX GET requests to retrieve or send data. Now adding this library will block all those requests. It...

@mebjas I have defined the rule for verify get in config file. ` "verifyGetFor" => array('*://*/exe/*')` I tried it with same scenario as described in one of my previous comment....

@mebjas I apologies, i mentioned it wrong earlier, i am not using a submit button, its just a button. As you can check my form i added in my first...

@mebjas I have found another bug, library seems not to be working on relative paths. So if url is defined like this: `url: "/exe/new-user-registration.php",` it works, but if its defined...