tags:

views:

171

answers:

4

I have three websites that I want to generate tiny urls for search result pages every time someone clicks search. I like the http://bit.ly api and the fact that it offers tracking. However, it requires me to provide a password and does not offer ssl support. Does anyone know of a similar service that offers tracking, and a https accessible API?

A: 

I think short URLs for HTTPs connections are really bad idea. After all SSL is here to ensure (part of its job) that you are actually talking to the server requested.

But in short URL scenario you are talking to a different server first - an ideal scammer situation.

EFraim
I don't want to create https:// urls, I want to use a https:// url to make shortened urls.
Justin Dearing
+1  A: 

Try out woo.ly URL shortening service it supports shortened URLs created using SSL:

http://developer.woo.ly/s/developer

jakemcgraw
This looks perfect.
Justin Dearing
A: 

Bit.ly doesn't require you to send a password using their API; they require you to pass a token (aka API Key) that isn't in any way tied to your password. It's an URL shortening service after all. Considering all the information is pretty much public anyway, security shouldn't be a concern.

Ryan McGeary
A: 

Try http://zxc9.com/generateAPI.php it will help you.

Praveen