But when I fire the the same website from the http request activity it returns an error code 406 which I am not aware of, and I am not able to figure why it is returning it like that, as you can see in the below screenshot
AcceptFormat - The format in which to receive the web server’s response. The following options are supported: ANY - the default value, XML , JSON , and CUSTOM . When choosing the CUSTOM AcceptFormat, if an Accept or accept Header parameter is present, then it will be sent as the custom accept format. If no header parameter is set, accept will get the RestSharp default value: application/json, application/xml, text/json, text/x-json, text/javascript, text/xml