microsoft / vsmarketplace

Customer feedback and issue tracker repository for Visual Studio Marketplace
MIT License
40 stars 10 forks source link

The domain url provided could not be reached #291

Closed BartNetJS closed 2 years ago

BartNetJS commented 2 years ago

I have the same issue mentioned here https://github.com/microsoft/vsmarketplace/issues/254 ''The domain url provided could not be reached" But my root domain is giving a 200 on a HEAD request

What else could be wrong?

aslakhellesoy commented 2 years ago

I'm getting the same error. The domains I have tried are https://smartbear.com and https://cucumber.io. They both respond with 200 with a HEAD request.

pratikgawali-msft commented 2 years ago

Hi @BartNetJS and @aslakhellesoy, it seems the issue is that the HEAD call to your domain URL without the User-Agent header is not returning the 200 OK response code.

image

aslakhellesoy commented 2 years ago

Thanks for the explanation @pratikgawali-msft.

Is there any particular reason you’re not sending User-Agent header? It’s not strictly required, but strongly recommended and many servers are configured to reject requests that do not have it.

pratikgawali-msft commented 2 years ago

Thanks @aslakhellesoy, we are incorporating your feedback. We will let you know once the change is made.

sathaker commented 2 years ago

Hi @BartNetJS and @aslakhellesoy

We have updated our HEAD request. Can you please try again and confirm here?

aslakhellesoy commented 2 years ago

Hi @sathaker - I have just tried again and it's still not working. Nothing goes through on https://marketplace.visualstudio.com/manage/createpublisher

open-human commented 1 year ago

I have the same problem. Microsoft always have issues!

open-human commented 1 year ago

Today, I still have issues with create vscode extension

equinusocio commented 3 months ago

Same issue, can't verify my publisher account

sanderjson commented 1 week ago

This might be an example of bad UX. Consider the quote:

To become verified, a publisher must have one or more extensions on the VS Marketplace for a minimum of 6 months, and the registration of the domain must also be at least 6 months old.

  1. Try filling out the same form without the domain (creates publisher). (DONE)
  2. Publish your extension. (WIP)
  3. Then in six months return to the same form and verify with your domain? (TBD)