-
Notifications
You must be signed in to change notification settings - Fork 839
Add autodesk.com to RWS list #824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Hi RWS Team, I have 2 questions regarding this PR that I would appreciate your feedback on. Thanks!
|
Hey @JaneTang329,
Using etld+1 is the correct thing to do. See the 3rd bullet point of https://github.com/GoogleChrome/related-website-sets/blob/main/RWS-Submission_Guidelines.md#set-level-technical-validation
Note: those should be added for the etld+1/base domain -> https://github.com/GoogleChrome/related-website-sets/blob/main/RWS-Submission_Guidelines.md#set-level-technical-validation gives an example of what that should look like. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look fine (see the one suggestion), but we can't merge until the bot is happy: #824 (comment)
|
The RWS JSON was not successfully validated. Here are your results: |
|
Hi @miketaylr, Thanks for checking.
Do you this it's ok to just return the json file with www in the path? If not, can we return the file without "." as suggested below? Thanks!
|
No, the The better solution would be to solve the bug with your Nginx routing. |
@JaneTang329 another question, |
Hi @miketaylr , Thanks for the reply! And for why https://www.autodesk.eu/ redirects to https://www.autodesk.com/eu, I'll check and get back to you later. |
Hi @miketaylr, this redirect was part of our marketing domain consolidation project. All the localized domains were consolidated to autodesk.com |
Thanks @JaneTang329! So the question I have : if everything redirects to |
Hi @miketaylr , the thing is https://autodesk.eu redirects to https://autodesk.com/eu, but https://acc.autodesk.eu doesn't redirect. They are maintained by different teams. The actual issue is happening on https://acc.autodesk.com and https://acc.autodesk.eu. |
Thanks for the clarification (I had indeed forgot that - and see you described it before). But, there are a few issues that still need resolving.
Which then redirecting once more from
|
Yes. That‘s the current situation. Basically, even https://acc.autodesk.com is a subdomain of https://autodesk.com, they have different redirecting rules. The same thing also apply to https://acc.autodesk.eu and https://autodesk.eu. But since I already proved we are the owner of http://autodesk.com and http://autodesk.eu, can we just pass the check? If still not, I am afraid I can only ask to add the subdomain https://acc.autodesk.com and https://acc.autodesk.eu to the RWS list instead of etld+1s. |
No, apologies. The guidelines are quite clear on the technical requirements. In order to pass the checks, you'll need to fix the redirect logic. |
Add autodesk.com to RWS list