[13] Results
Golang : Get final or effective URL with Request.URL example
golang final-url effective-url request-urlThere are times when we query a web server, it will re-direct internally and returns back with a slightly different….... read more
PHP : How to handle URI or URL with non-ASCII characters such as Chinese/Japanese/Korean(CJK) ?
cjk uri-segment url urldecodeThis tutorial is for CodeIgniter, but it should work with any PHP framework or raw PHP. While working with CodeIgniter,….... read more
Golang : How to validate URL the right way
golang validate-url govalidator is-urlValidating input from user or external sources is critical and needed to ensure that your program will not simply process….... read more
Golang : Parsing or breaking down URL
golang url parse fragmentGolang provides an easy way to consume and parse URL. It has a very neat package ( http://golang.org/pkg/net/url….... read more
Golang : How to get URL port?
golang url parse splithostportFrom the previous tutorial on how to break down a URL string, a reader emailed me wanting to….... read more
Web : How to see your website from different countries?
web different-countries urlProblem : You need to see(visually) how does your website looks like from different countries and you don't have multiple….... read more
Golang : Format strings to SEO friendly URL example
golang seo-url regexp normalize unicodeProblem: You want to take a string and format it to SEO friendly URL. SEO friendly means no uppercase, underscore….... read more
Facebook : How to force facebook to scrape latest URL link data?
facebook object-debugger scrape-urlProblem : When you try to put URL link on a Facebook input boxes and Facebook will automatically scrape a….... read more