Category: WX

AWS+ALB+WAF+ACM+EC2+WAS=A more secure webserver setup?

AWS+ALB+WAF+ACM+EC2+WAS=A more secure webserver setup?

No I didn't fall asleep on the keyboard again. Today we are going to talk about how to setup your webservers in a more secure and robust way. Since Amazon AWS and Apache are what I know that is the technology we will be using, but I am sure other cloud hosting platforms offer similar. … Continue reading AWS+ALB+WAF+ACM+EC2+WAS=A more secure webserver setup?

Creating a RESTful API to accept a Multipart Form Post

Creating a RESTful API to accept a Multipart Form Post

Today, we encountered an unusual requirement. Someone needed to send a file via API using Multipart Form Data, rather than Base64 encoding the file and submitting it as JSON data. I have experience sending files using Multipart Form Data, both via the HTTPSendForm function and by manually encoding the data using our wxHTTP class. I've … Continue reading Creating a RESTful API to accept a Multipart Form Post