Welcome Guest, Not a member yet? Register   Sign In
404 not found!
#13

(This post was last modified: 03-17-2018, 03:44 AM by richb201.)

I read it and found a section called "Using HTTP verbs in routes". So I will try:

$route['subit_backend']['GET'] = 'subit_backend/register';

I am hoping that this will invoke subit_backend::register.

Btw, this did not work! I get the same 404.

I am hoping to invoke the register method in the Subit_backend controller when I call

 xhr.open("GET", "http://localhost/Subit_backend/register", true);

I am concerned that this is not a problem with the ci backend, but is instead a problem with the xhr.open or the client permissions. Do you know of any way to prove which part is the problem so I can zero in on that problem?
proof that an old dog can learn new tricks
Reply


Messages In This Thread
404 not found! - by richb201 - 03-14-2018, 11:22 AM
RE: 404 not found! - by jreklund - 03-14-2018, 11:30 AM
RE: 404 not found! - by richb201 - 03-14-2018, 02:04 PM
RE: 404 not found! - by ciadmin - 03-14-2018, 03:20 PM
RE: 404 not found! - by richb201 - 03-14-2018, 03:56 PM
RE: 404 not found! - by ciadmin - 03-14-2018, 04:28 PM
RE: 404 not found! - by richb201 - 03-15-2018, 12:43 AM
RE: 404 not found! - by ciadmin - 03-15-2018, 01:54 AM
RE: 404 not found! - by richb201 - 03-16-2018, 07:19 AM
RE: 404 not found! - by ciadmin - 03-16-2018, 08:06 AM
RE: 404 not found! - by richb201 - 03-16-2018, 06:31 PM
RE: 404 not found! - by ciadmin - 03-16-2018, 09:19 PM
RE: 404 not found! - by richb201 - 03-17-2018, 02:45 AM
RE: 404 not found! - by jreklund - 03-17-2018, 05:16 AM
RE: 404 not found! - by richb201 - 03-17-2018, 07:07 AM
RE: 404 not found! - by jreklund - 03-17-2018, 08:27 AM
RE: 404 not found! - by richb201 - 03-18-2018, 06:59 AM
RE: 404 not found! - by InsiteFX - 03-18-2018, 02:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB