You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to call Post with a URL that starts with https throws an HttpRequestException: Response status code does not indicate success: 406 (Not Acceptable)`.
This happens for both a URL in the text to post as well as with a URL in a separate Uri:
Sorry, but I can't reproduce this problem. Maybe some network restrictions exist on server which you use to run app?
Client library making some requests to extract metadata from page. Maybe outgoing connections blocked?
Trying to call
Post
with a URL that starts withhttps
throws anHttpRequestException
: Response status code does not indicate success: 406 (Not Acceptable)`.This happens for both a URL in the text to post as well as with a URL in a separate
Uri
:Removing the link does post the message.
Removing the
https://
from the link posts the message, but with the URL, of course, not recognized as a link.The text was updated successfully, but these errors were encountered: