Yandex forbidden error when I am not using it - c#

I am getting the following error:
GET
http://bs.yandex.ru/informer/29840004/3_1_FFFFFFFF_EFEFEFFF_0_pageviews
403 (Forbidden)
The weird thing is that I am not using yandex and I don´t know from where I am calling to yandex. This is making me to fail some js code because it is just not executing anymore. I am using jquery-1.9.2.min.js and I search in the whole project but I didn´t found yandex anywhere

Related

WebClient Error (403) for a site (ZOHO) only in SSIS Script task

I have this simple C# code in my SSIS package:
string ViewMetadata = "https://people.zoho.eu/people/api/views?authtoken=XXXXXX";
System.Net.WebClient Client = new System.Net.WebClient();
var data= Client.DownloadString(ViewMetadata);
It worked fine before but after access token got expired and we changed it. it doesn't work anymore and I get the error(403 forbidden).
the weird part is I can open this URL on chrome (with my new private access token instead of XXXX) and even when I use a simple C# solution outside of SSIS it works fine.
I searched for it and people suggest to add headers so I tried everything but nothing works for me. (WebClient 403 Forbidden)
also if I change the URL to something else like "google.com" everything works fine even in SSIS.
Thanks for help
EDIT: Nothing about Access token matters here because you can get an error page with this random access token but I get the error 403 in SSIS.

How to resolve the error "redirect_url_mismatch" on Google API using c#

I am trying to list the files in google drive to a page, while accessing the files, it redirects me to the authorization page but it returns the following error
Error: redirect_url_mismatch
Pretty sure you have to use localhost:
http://localhost:56365/authorize
This is working in my dev environment:

LinqToTwitter C# library erroring out when calling CreateFriendshipAsync

I have been using LinqToTwitter's CreateFriendshipAsync method since quite a while, but all of a sudden it started to give the following error:
Invalid character '<' in input string
After doing authorization from Twitter when it returns to callback URL, using the returned AccessToken and AccessSecret to initialize the LinqToTwitter's TwitterContext method and twitter client. After that calling the CreateFriendshipAsync passing the twitter username to follow.
It was working fine but today it gave strange error.
Does anyone can tell me what could possibly go wrong.
I am using LinqToTwitter version 3.05, I have tried with latest version 3.1.2, but getting same error.

Intagram Api, redirect URI not matching?

Im making an app in Xamarin and using Xamarin.Auth to authenticate the API with instagram. The redirect url in my client and in my code is the exact same, yet I keep getting this error:
The website I am using to authenticate is:
https://api.instagram.com/oauth/authorize/?client_id=CLIENT-ID&redirect_uri=REDIRECT-URI&response_type=code
I changed the client ID and redirect URI to my registered one.
My code looks like this:
I have no idea why I am getting this error, does anyone body know how I can fix this? Thanks

400: BadRequest with .Net Mass Downloader 1.5.0.1

Has anybody else had trouble with getting the .Net Framework source code? Google doesn't have anything to say about this error message, and neither does the CodePlex issue tracker.
Here is the command I'm using to get the source code for the modules that make up mscorlib.dll. Am I doing something obviously wrong?
NetMassDownloader.exe -o source -f "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll"
The 400 Bad Request error is an HTTP status code that means that the request you sent to the website server was somehow malformed therefore the server was unable to understand or process the request.
Resolution
Check for errors in the URL. The most common reason for a 400 Bad Request error is because the URL was typed wrong or the link that was clicked on points to a URL with some kind of mistake in it.
Though it's rare, the 400 Bad Request error could be an issue with the web site's server that you are trying to access.
Download it in another computer and copy/paste that folder to your own computer. I've got a similar problem with the tool, and that was my workaround.

Categories