I have a bookmark which I check every other day on my data plan usage. After I got back from CNY, I realize it didn’t work anymore. Turns out that the URL has been changed from
http://www.ideas.singtel.com/BOM/HS_usage02.jsp?mobile=65<YourPhoneNumber>&ic=<YourICNumber>
to
http://apps.ideas.singtel.com/BOM/HS_usage02.jsp?mobile=65<YourPhoneNumber>&ic=<YourICNumber>
Don’t do this, please. URLs are supposed to be well known. It’s hard for people to build useful applications if small things like these keep changing. If there’s a data interface (XML or whatnot), then make it known. Otherwise, a simple google search will reveal that the many help given on forums / blogs / etc. are now broken and useless.
If it’s a load issue, then one can put in better load-balancers facing the same www domain name (or just put a few more IP for DNS round robin to kick in). This gives maximum flexibility while retaining the same URL for all your consumers. Some layer 7 LBs can read HTTP headers / URLs and redirect according to a set of rules pretty quickly.
And even if there’s a need to switch, then do something to give a good response instead of just moving it. This is what www is saying:
Error 404–Not Found
From RFC 2068 Hypertext Transfer Protocol — HTTP/1.1:
10.4.5 404 Not FoundThe server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
It’s funny now the customers are being lectured by the server.
Popularity: 1% [?]
ShareYou Should Also Check Out This Post:
- Chemicals found in single use chopsticks
- Five by Five Concert Videos
- 6 weeks to Accelerate 2010 accelerate.six.sg
- 5 ways to deal with peak workload
- Ready to be a 30 year old
More Active Posts:
- The 12 Settings of GMail's Tea House Theme (20)
- Singapore MDA Rap Video (18)
- Away from home for 10 Years (17)
- The Singapore PR Conundrum (12)
- Would you care to hire an Orchestra? (11)
- Which File Extension are You? (10)
- Name the No-Name Condo: Kovan Symphony (10)
- I'm Drowning, please save the earth! / Muar Mandarin (麻坡的华语) (9)
- Win Free Tickets to Singapore Compose Presentation Concert (9)
- Cameron Highlands (8)












Ong Jiin Joo is a Business Development Manager in SingTel Innovation Exchange. Much of his life thus far has been straddling the technology world and the music world, and nothing in between. He pretends that a lot of people read his blog, and is thus only partially frank in his writing. To get the full blown view often involves contacting him for coffee (he doesn't like alcohol). 


that’s the thing i hate about changing url address. All the link will be broken… have to restart from scratches again =)