/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

nakov.com
| | juffalow.com
3.1 parsecs away

Travel
| | This post describes how to make HTTP GET and POST request on server. I will use httpbin server for testing. It returns you everything you send there : query params, post data, headers, etc.
| | mariuszprzydatek.com
0.8 parsecs away

Travel
| | Recently i came across two SSL-related exceptions when writing a testing Spring-based client application using RestTemplate. Because both of them are related to an untrusted connection when making HTTPS calls (as a result of self-signed SSL certificate configured in Tomcat), and both have one common solution,i thought i'll share it with You. Exceptions thrown:...
| | muffsec.com
4.0 parsecs away

Travel
| |
| | danielrotter.at
33.0 parsecs away

Travel
| It was not trivial to setup nginx with php-fpm to run in separate containers in kubernetes. Therefore I want to explain how I got it to work.