What mechanism does stackoverflow.com flair use?
Today i discovered that this website offers profile badges or flairs to the user to put up on the website. but the url that they provide if ending with .jpg extension.
I guess how can a .jpg be always updated with my current profile reputations and how can it accept parameters like ?theme=clean
|
|
|||||||||||||||||||||||||||||||
|
migrated from stackoverflow.com Mar 22 '11 at 6:55
|
Just because it has Apache example
PHP Example
Update
|
|||||
|
|
An extension in a URL doesn't really mean much. You can redirect and process requests however you like. Without knowing exactly how Stack Overflow have implemented it, I'd assume they redirect any requests to If nothing has changed since the last time it was generated, it would serve a cached image, if things have changed they would regenerate the image and serve it. |
|||
|
|