swiftlang / swift-org-website

Swift.org website
https://swift.org
Other
475 stars 183 forks source link

Server APIs on swift.org leads to status 403 restriction #358

Closed Farial-mahmod closed 1 year ago

Farial-mahmod commented 1 year ago

Description: Server APIs Work Group article on https://www.swift.org/blog/server-api-workgroup/ states, "....For more information, take a look at the Server APIs project page. ", whereas the URL https://www.swift.org/server-apis/ leads to a status 403 restriction. I tried multiple times see the webpage but was restricted.

Tested On:

  1. Firefox on Windows 10
  2. Safari

Steps to reproduce the behavior:

  1. Go to https://www.swift.org/blog/server-api-workgroup/
  2. Before the end of the article, click on https://www.swift.org/server-apis/
  3. See the issue of 403 restriction

A screenshot has been attached for better understanding. swift-org-403

alexandersandberg commented 1 year ago

@0xTim do we redirect to https://www.swift.org/sswg/?

0xTim commented 1 year ago

@alexandersandberg yeah we should either add a redirect or update the blog post with an edit note

0xTim commented 1 year ago

Added a PR to update it - will need a blog code owner to merge