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

[Go WebAssembly] XMLHttpRequest (XHR)

October 19, 2018

Go WebAssembly XMLHttpRequest (XHR) - Issue HTTP requests to exchange data between browsers (client) and servers.

 read more »

XMLHttpRequest (XHR) in Go

December 14, 2017

Send data to servers or retrieve data from servers on browsers - Use XMLHttpRequest method in Go/GopherJS.

 read more »

[Vue.js] AJAX XMLHttpRequest (XHR) Example

March 22, 2017

XMLHttpRequest (XHR) example by Vue.js.

 read more »

Enable Cross Domain XMLHttpRequest Request in Go Server

March 20, 2017

Enable cross-domain XHR requests in Go server via Go standard net/http package.

 read more »

[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] Load CSS Dynamically

October 10, 2012 (Updated: February 23, 2015)

Load CSS file dynamically.

 read more »

[JavaScript] Load Favicon Dynamically

October 02, 2012 (Updated: February 23, 2015)

Load website icon (favicon) dynamically.

 read more »

[JavaScript] Single Callback For Multiple Asynchronous AJAX Requests (XMLHttpRequest)

September 29, 2012 (Updated: March 20, 2017)

JavaScript single callback for multiple asynchronous XHR requests.

 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 »

JavaScript Cross-Browser Cross-Domain XMLHttpRequest (XDomainRequest in IE)

September 25, 2012 (Updated: March 20, 2017)

Cross-domain AJAX requests

 read more »

Access-Control-Allow-Origin in HTTP Header on Google App Engine

September 15, 2012 (Updated: February 22, 2015)

Config Access-Control-Allow-Origin in HTTP headers on Google App Engine.

 read more »

Load External JavaScript or CSS file Dynamically

June 18, 2012 (Updated: February 23, 2015)

Load JavaScript or CSS on demand.

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