Skip to main content

2 docs tagged with "https"

View All Tags

Using HTTPS in Development

Learn how to serve your Create React App over HTTPS in development. This is useful when you need to send requests to an API server that requires HTTPS, or when you want to test your site using a secure connection.

Working with HTTP and HTTPS in Java

In this tutorial, we will learn about working with HTTP and HTTPS in Java. We will learn about how to make HTTP and HTTPS requests in Java using the `HttpURLConnection` class.