タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

redirectに関するjukuin2000のブックマーク (1)

  • Catalyst Redirects

    Posted on 2007-3-5 (月) at 5:33 am by Jonathan T. Rockway Posted in: Catalyst Redirecting with Catalyst isn't always as straightforward as you might like. People (and very smart bots) often wonder why code like this: $c->res->redirect($c->uri_for('foo/bar')) if $condition; die; dies, even though $condition is true. The reason is because an HTTP redirect is just a flag sent in the header. Redirect

  • 1