Skip to:
Content
Pages
Categories
Search
Top
Bottom

302 Redirect behavior for reply edit url

  • @jondavidjohn

    Participant

    WP: 3.7.1
    bbPress: 2.3.2

    I’m hitting a 302 redirect when trying to edit a forum reply

    trying to go to a link like this

    http://example.com/forums/reply/reply-some-slug/edit/

    302 redirects me here

    http://example.com/forums/topic/this-is-a-topic-title/#post-34117

    Curl output

    ~ ▸ curl -I http://example.com/forums/reply/reply-some-slug/edit/
    HTTP/1.1 302 Found
    Date: Thu, 07 Nov 2013 23:07:39 GMT
    Server: Apache/2.2.24 (Unix) DAV/2 PHP/5.3.27 mod_ssl/2.2.24 OpenSSL/0.9.8y
    X-Powered-By: PHP/5.3.27
    Set-Cookie: wc_session_cookie_xxxxxxxxxxxxxxxxxxxxxxxxxx
    X-Pingback: http://example.com/wp/xmlrpc.php
    Location: http://example.com/forums/topic/this-is-a-topic-title/#post-34117
    Cache-control: private, max-age=0, must-revaliate
    Content-Type: text/html; charset=UTF-8
    
  • You must be logged in to reply to this topic.
Skip to toolbar