Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: [split] REST support - OAuth 2 too?
Post: RE: [split] REST support - OAuth 2 too?

albertleao Wrote: (03-27-2016, 04:45 PM) -- ikarius6 Wrote: (03-25-2016, 12:04 PM) -- We will need OAuth 2 stuff too -- There are dozens of OAuth libraries out there and all of them are super easy...
7,278 Views
4 Replies
03-27-2016, 06:17 PM
ikarius6
    Thread: Some questions about CodeIgniter (not CI4)
Post: RE: Some questions about CI4

Narf Wrote: (01-05-2016, 04:48 AM) -- Aendawan Wrote: (01-04-2016, 03:08 PM) -- Hello, I lot a friends says me:  Itsn't secure, beacause: "XSS is filter only at the entrance and not output. Fi...
41,901 Views
20 Replies
03-25-2016, 12:14 PM
ikarius6
    Thread: [split] REST support - OAuth 2 too?
Post: [split] REST support - OAuth 2 too?

We will need OAuth 2 stuff too
7,278 Views
4 Replies
03-25-2016, 12:04 PM
ikarius6
    Thread: Bootigniter - An Open Source Smart CMS Boilerplate
Post: RE: Bootigniter - An Open Source Smart CMS Boilerp...

A demo will be great
15,960 Views
8 Replies
03-25-2016, 11:54 AM
ikarius6
    Thread: Embedded pdf viewer
Post: RE: Embedded pdf viewer

A PDF is download and evaluated on the front-end, Codeigniter is back-end... that means than you should look for a plugin or something on your front (client-side), Codeigniter CAN'T do nothing for you...
24,306 Views
5 Replies
03-25-2016, 11:54 AM
ikarius6
    Thread: CodeIgniter 3.0.6 Released
Post: RE: CodeIgniter 3.0.6 Released

jlp Wrote: (03-21-2016, 10:06 AM) -- CodeIgniter 3.0.6 was released today, with some bug fixes and a minor feature. Most importantly - it fixes a critical bug where a manually-crafted input could ...
93,613 Views
28 Replies
03-23-2016, 09:06 AM
ikarius6
    Thread: Ajax POST and CSRF
Post: RE: Ajax POST and CSRF

This works fine to me: Code: -- -- and then Code: -- $(function(){ $("body").on("submit","#some_form",function(e){ e.preventDefault(); $.ajax({ url: $(this).attr("action...
9,267 Views
4 Replies
02-20-2016, 03:38 PM
ikarius6
    Thread: Best practice of handling user's input
Post: RE: Best practice of handling user's input

Geril Wrote: (02-20-2016, 01:03 PM) -- Hi, I wonder what is the best and the most secured way of handling user's input. Basically I have form for user's profile made by form helper like this:  ...
17,285 Views
10 Replies
02-20-2016, 03:26 PM
ikarius6
    Thread: Fix for Host Header Injection issue in CodeIgniter
Post: Fix for Host Header Injection issue in CodeIgniter

codeigniter-trusted-hosts https://github.com/ikarius6/codeigniter-trusted-hosts In case you want to leave the base_url configuration empty for portability, it involves a risk. Host Header Injecti...
4,435 Views
0 Replies
04-29-2015, 08:47 AM
ikarius6

Theme © iAndrew 2016 - Forum software by © MyBB