What I want to do is following:
- User takes screenshot with the application like jing. ok!
- Pastes link that Jing returned back. ok!
- Server processes the link that user entered, and extracts images source url. But, I have no idea how server will get "clean" image source URL. For example, this is the link that Jing returned after sharing screenshot http://screencast.com/t/zxBzNNkcg but real url of image looks like http://content.screencast.com/users/TT13/folders/Jing/media/c25ec5c6-bc6a-413c-a50b-ada95fac4ed2/2012-07-25_0221.png
- Server returns back image source URL. no idea!
Is there any possible way to get image url with Javascript or PHP?
http://screencast.com/t/zxBzNNkcgredirects to urlhttp://content.screencast.com/users/TT13/folders/Jing/media/c25ec5c6-bc6a-413c-a50b-ada95fac4ed2/2012-07-25_0221.pngand you really want to programmatically determine what the resulting redirected URL is?