ASP.NET does this And apache’s version https://httpd.apache.org/docs/2.4/mod/mod_auth_form.html It is probably the easiest way, to map variables to a browser. Few headers, are attached to a browser and a website. Cookies are. And Basic Auth header is. That is a browser…
(Continue Reading →)
Ref: https://mrgood.blog/posts/2021-03-11-apache-auth/post.html https://httpd.apache.org/docs/2.4/programs/htpasswd.html I haven’t logged into a website using Basic Authentication + SSL in 20 years. It is a outdated technology, still available in Apache. All the modern websites use a technology like OAuth, whose basics for authentication is:…
(Continue Reading →)
Because the reverse proxy, starts the request again, it substitutes the SOURCE IP in TCP packets. 1.1.1.1 2.2.2.2 192.168.1.2 [ Source IP ] –Source1.1.1.1–> Reverse Proxy –Source 2.2.2.2–> [ WWW server ] But there is a technology called Static NAT,…
(Continue Reading →)
I’m so old, that I came from age of XML. XML was going to revolutionize simplicity in data transfers. You might still work with it, if you work with XML web services provided by Google Cloud. But every API that…
(Continue Reading →)
MJPEG stands for “Motion JPEG” (wikipedia). I have a sample PHP that will create one https://github.com/studio-1b/php-mjpeg Demo of Uploaded Image (shows last image): Demo of MJPEG (shows last 60 images, and will update live after a new upload): Above might…
(Continue Reading →)
That isn’t really all that bad either. I just delete them all, b/c no one reads this blog yet. But we are going to try some new measures. 1. Google reCaptcha plugin, to require comment submissions are human. And we’ll…
(Continue Reading →)
Most Internet browsers such as Chrome, Edge, and Firefox have network profilers where you get to view how fast your application serves files. This might give you insight on how your application works, and any bottlenecks that are available. However,…
(Continue Reading →)
This should’ve been the first of the series “Fantastic Failures”, b/c it feels this way. But the only failure is me unable to Google and filter for the Hunt-McIlroy algorithm, before I got frustrated and tried to free-lance write the…
(Continue Reading →)
Using data from the Internet is easier than ever, if you’re an aspiring, amateur, or professional programmer. Open standards such as XML, JSON, Webservices, and REST, allow common tools in a programmer’s platform to access data. The trade off is…
(Continue Reading →)
Carpool Mashup Live demo of the BCIT1360 project, deployed as docker container deployed on AWS EC2 instance. It also has a video served from the python webserver, of the project started from commandline. This project has also been deployed as…
(Continue Reading →)