sebonlien / bitly-api

Automatically exported from code.google.com/p/bitly-api
0 stars 0 forks source link

Problem i Shortening using API #51

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem (provide an exact http api call where
appropriate)?
1.http://www.dileepsingh.com/AyoFileDownloads.aspx?DownloadType=1&FileName=1_CO_
htc.mp3&SubscriberKeyID=1&CampaignKeyID=1
2.will get http://bit.ly/n37Uwp
3.

What is the expected output? What do you see instead?
it will produce the only 
http://www.dileepsingh.com/AyoFileDownloads.aspx?DownloadType=1
as shortURL(http://bit.ly/n37Uwp)

What version of the product are you using? On what operating system?

additional information:

I am Using c# api version 4, and i am passing the url 
"http://www.dileepsingh.com/AyoFileDownloads.aspx?DownloadType=1&FileName=1_CO_h
tc.mp3&SubscriberKeyID=1&CampaignKeyID=1"
to thr shorturl. but short url output only contains upto 
"http://www.dileepsingh.com/AyoFileDownloads.aspx?DownloadType=1"
It will discard the remaining 
"&FileName=1_CO_htc.mp3&SubscriberKeyID=1&CampaignKeyID=1"

Original issue reported on code.google.com by rajeshmb...@gmail.com on 2 Nov 2011 at 9:21

GoogleCodeExporter commented 8 years ago
Its solved using URL encoding

Original comment by rajeshmb...@gmail.com on 3 Nov 2011 at 9:12