RisteDimitrievski
Active member
- Affected version
- 2.2.8 Patch 1
The actual URL that has been pass to submit sitemap to Bing is incorrect URL, for this reason we get exception
If we open the link https://www.bing.com/ping?sitemap={$url} , change variable $url to your own URL and you will see that the link to submit sitemap is invalid. The actual url would be: https://bing.com/webmaster/ping.aspx?sitemap={$url}
Tips to resolve this bug:
- GuzzleHttp\Exception\ClientException: Error submitting sitemap to https://www.bing.com/ping?sitemap=https://test-instance.ristedimitrievski.mk/sitemap.php: Client error:
GET https://www.bing.com/ping?sitemap=https%3A%2F%2Ftest-instance.ristedimitrievski.mk%2Fsitemap.php
resulted in a410 Gone
response- src/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:113
If we open the link https://www.bing.com/ping?sitemap={$url} , change variable $url to your own URL and you will see that the link to submit sitemap is invalid. The actual url would be: https://bing.com/webmaster/ping.aspx?sitemap={$url}
Tips to resolve this bug:
Change the default URL for submitting sitemap to Bing webmaster to https://bing.com/webmaster/ping.aspx?sitemap={url}