Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Activation links are 404

Options
  • 01-02-2013 7:49pm
    #1
    Moderators, Computer Games Moderators, Technology & Internet Moderators, Help & Feedback Category Moderators Posts: 25,244 CMod ✭✭✭✭


    So I finally got an example, and it's really 404


    curl -I "https://www.boards.ie/auth/resendVerification?userid=617958"
    HTTP/1.1 404 Not Found
    Content-Type: text/html
    Server: Lighthttpd
    X-Powered-By: PHP
    X-Varnish-Cacheable: Yes
    Content-Length: 345
    Date: Fri, 01 Feb 2013 18:47:11 GMT
    X-Varnish: 340626238
    Age: 0
    Via: 1.1 varnish
    Connection: keep-alive
    X-Varnish-Cache-Result: Miss


Comments

  • Closed Accounts Posts: 3,609 ✭✭✭Boards.ie: Danny


    Where was this link gotten from?


  • Moderators, Computer Games Moderators, Technology & Internet Moderators, Help & Feedback Category Moderators Posts: 25,244 CMod ✭✭✭✭Spear


    From the user who tried to activate with it:

    http://www.boards.ie/vbulletin/showthread.php?t=2056870797


  • Closed Accounts Posts: 503 ✭✭✭Boards.ie: Neil


    we'll need to find out where the user found the link with the 'Verificiation' capitalised. Our urls are case sensitive, see the following - http://www.boards.ie/vbulletin/prOfile.php?do=appearancesettings

    now sure they should be maybe getting a nicer 404 than the one they are getting but establishing where we *might* have typo'd the link somewhere will help fix it for others.


  • Moderators, Computer Games Moderators, Technology & Internet Moderators, Help & Feedback Category Moderators Posts: 25,244 CMod ✭✭✭✭Spear


    I'm under the impression it was from the announcement banner that appears at the top. This isn't an isolated case either, there's been at least 5 reports of this recently.


  • Closed Accounts Posts: 3,609 ✭✭✭Boards.ie: Danny


    That is a backend URL, a private URL - this is why cURLing it fails; no public facing IP is able to access it and no public facing IP should ever be given it.

    So I need to know the source of the link, as in the one the user clicked on.


  • Advertisement
  • Moderators, Computer Games Moderators, Technology & Internet Moderators, Help & Feedback Category Moderators Posts: 25,244 CMod ✭✭✭✭Spear


    Too late then, the specific user in question got activated through the older formatted URL I provided. It would have come from the announcement that appears for unactivated users.


  • Moderators, Computer Games Moderators, Technology & Internet Moderators, Help & Feedback Category Moderators Posts: 25,244 CMod ✭✭✭✭Spear


    There's a fresh one, if you want to follow up:

    http://www.boards.ie/vbulletin/showthread.php?t=2056883249


  • Moderators, Computer Games Moderators, Technology & Internet Moderators, Help & Feedback Category Moderators Posts: 25,244 CMod ✭✭✭✭Spear


    This was the link in the announcement:

    http://www.boards.ie/auth/resendverification/438479

    And it's a 302 to a 404 link:

    curl -I http://www.boards.ie/auth/resendverification/438479 -L
    HTTP/1.1 302 Found
    Location: https://www.boards.ie/auth/resendVerification?userid=438479
    Content-type: text/html
    Server: Lighthttpd
    X-Powered-By: PHP
    X-Varnish-Cacheable: Yes
    Content-Length: 0
    Date: Sun, 17 Feb 2013 20:22:12 GMT
    X-Varnish: 296242360 296230604
    Age: 52
    Via: 1.1 varnish
    Connection: keep-alive
    X-Varnish-Cache-Result: Hit

    HTTP/1.1 404 Not Found
    Content-Type: text/html
    Server: Lighthttpd
    X-Powered-By: PHP
    X-Varnish-Cacheable: Yes
    Content-Length: 345
    Date: Sun, 17 Feb 2013 20:22:12 GMT
    X-Varnish: 296242430
    Age: 0
    Via: 1.1 varnish
    Connection: keep-alive
    X-Varnish-Cache-Result: Miss


  • Closed Accounts Posts: 3,609 ✭✭✭Boards.ie: Danny


    That link should be https:// and not http:// - I've changed the notice so it should be fine to get the user to click on it again.

    We'll get a fix for the rewrite from http to https in as soon as we can

    Thanks

    Danny


Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.

Advertisement