Theory and Practice
About Archives Categories Tags Authors 中文 ไทย
  1. Tags
  2. JSONP

[Golang] JSONP Server Implementation Code

March 18, 2017

A Go server that returns HTTP request headers via JSONP.

 read more »

[JavaScript] JSONP Example

March 16, 2017

JSONP example - show your HTTP request headers.

 read more »

[Vue.js] JSONP Example

March 14, 2017

JSONP example by Vue.js.

 read more »

[Golang] Access HTTP Request Header (Accept-Language) by JSONP

January 24, 2016

Run Golang program in your browser by GopherJS. Access Accept-Language field in HTTP Request Header by JSONP to detect browser language preference (user locale).

 read more »

[Golang] JSONP Example (CORS) by GopherJS

January 23, 2016

Run Golang program in your browser by GopherJS. Show how to make cross-domain requests (CORS) by JSONP (JSON with Padding) technique, which allows data to be retrieved from servers of other domains. This is an example of full-stack Go, which uses Golang to develop web applications in both front-end and backend.

 read more »

Use Object Instance Function as JSONP Callback Function

February 20, 2015

Cross-domain requests by JSONP with object instance function as callback on Google App Engine for Python.

 read more »

JSONP with Anonymous Callback Function

February 20, 2015 (Updated: February 20, 2015)

Cross-domain requests by JSONP with anonymous callback function on Google App Engine for Python.

 read more »

JSONP on Google App Engine Python

February 20, 2015 (Updated: February 20, 2015)

Cross-domain requests by JSONP on Google App Engine for Python.

 read more »

[JavaScript] Check Website Availability and Then Redirect by JSONP

September 28, 2012 (Updated: March 25, 2015)

Redirect users to another website if the website is available.

 read more »
Powered by Github Pages, Pelican, pyScss.