Validate website ownership in rails

前端 未结 5 1760
没有蜡笔的小新
没有蜡笔的小新 2021-01-14 10:17

For a more recent discussion about a similar topic check this question out.

What\'s the best way to validate whether a particular user has ownership of a website?

5条回答
  •  伪装坚强ぢ
    2021-01-14 10:58

    Special code embedded on the given page (like Google Analytics).

    You may also request that user have to provide a URL within the given domain with the specified content. For example user says that under the URL /vali/date/me on domain www.foo.com you can find page generating "VALIDATED" text.

提交回复
热议问题