Skip to content
Winston Lee

Winston Lee

  • Home
  • Blog
  • Github
  • LinkedIn
Winston Lee
Winston Lee

url

Web

Work around to make sub-subdomain useful on Cloudflare

As any seasoned webmaster may have known, Cloudflare’s free SSL certificate while convenient for most use cases, are very restrictive in edge cases. For example when you want to have.a.vanity.url.com for your website, Cloudflare won’t work (only vanity.url.com part is…

Read More Work around to make sub-subdomain useful on CloudflareContinue

C Sharp

Fetching data from the web with C#, the easy way (1-liner)

I don’t know why the top results from Google always involve more than 10 lines of code and loads of comments when actually you can just do this: byte[] Data = new WebClient().DownloadData(FrameURL); You can try DownloadString and DownloadFile based…

Read More Fetching data from the web with C#, the easy way (1-liner)Continue

Scroll to top
  • Home
  • Blog
  • Github
  • LinkedIn