Page 2 of 2

Re: Can I redirect comment feedback to another site?

Posted: Thu Feb 04, 2010 9:35 pm
by schimanke
Sorry I have to get back to this...

I recently found out how to read html status codes from within my iPhone app. Is it possible to send a certain html status code when a user submits a comment?

If there was one special code for a successful try to write a comment and one special code for an unsuccessful try I think I could build something that is even better than the current solution.

Thanks in advance!

Re: Can I redirect comment feedback to another site?

Posted: Thu Feb 04, 2010 9:37 pm
by garvinhicking
Hi!

You mean like "HTTP/1.0 200 OK"?

That can be done, but only with a custom event plugin that listens on frontend_config and introspects special variables and depending on those set the header, but this will be tricky so that it does not influence the normal workflow.

Regards,
Garvin

Re: Can I redirect comment feedback to another site?

Posted: Thu Feb 04, 2010 9:49 pm
by schimanke
Okay, sounds indeed tricky but that was exactly what I meant. Well never mind, it was just an idea... :-)