CORS - Cross-origin resource sharing
References :
Bottle Py: Enabling CORS for jQuery AJAX requests - Stack Overflow
Bottle with Cross-origin resource sharing (CORS)
2014年1月9日 星期四
2013年11月20日 星期三
Python Bottle return image
return static_file(filename, root='/path/to/image/files', mimetype='image/png')
Reference :
Tutorial — Bottle 0.12-dev documentation
2013年6月25日 星期二
Bottle SimpleTemplate Engine if... else... condition
{{ 'checked' if (user.activited == 1) else '' }}
Reference :
python - handling undefined values in bottle's SimpleTemplate Engine templates - Stack Overflow
2013年6月11日 星期二
Python Bottle Authentication
Basic Authentication in bottle.py
Fledgling Polymath — Basic Authentication in bottle.py
Bottle Extended Module
Cork - Authentication for the Bottle web framework — Cork 0.5 documentation
Bottle, Cork & MongoDb adventure – Peter Bruinsma
訂閱:
文章 (Atom)