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

[Go WebAssembly] XMLHttpRequest (XHR)

October 19, 2018

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

 read more »

[Golang] Download File From URL

October 10, 2018

Download and save files (image, pdf, etc.) from given URL in Go.

 read more »

[Golang] Get HTTP Response Header

March 06, 2018

Print HTTP response header via Go standard net/http package.

 read more »

[Golang] HTTP Request With Cookies

March 03, 2018

Send HTTP request with cookies via Go standard net/http package.

 read more »

[Golang] HTTP Request With Custom User-Agent

February 27, 2018

HTTP request with custom User-Agent header via Go standard net/http package.

 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 »

[Golang] Download HTML From URL

March 19, 2016 (Updated: October 10, 2018)

Download and save HTML file from given URL via Go. Do nothing if the HTML file already locally exists.

 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 »

[Golang] XMLHttpRequest (XHR) HTTP GET JSON Data by GopherJS

January 20, 2016

Run Golang program in your browser by GopherJS. Use XMLHttpRequest (XHR) to send HTTP GET requests to retrieve JSON data from remote server.

 read more »

[Golang] Goroutines Poll Web Feeds

March 10, 2015

Poll RSS/ATOM feeds with Goroutines

 read more »

[JavaScipt] Cross-Browser HTTP GET Request

October 05, 2012 (Updated: March 02, 2015)

JavaScript cross-browser HTTP GET request

 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 Cross-Browser Cross-Domain XMLHttpRequest (XDomainRequest in IE)

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

Cross-domain AJAX requests

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