TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About HTTPS
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
George (2)
Ashish Bhatnagar (2)
Ajay Kumar (1)
Arvind Yadav (1)
Sardar Mudassar Ali Khan (1)
Dhaval Suvagiya (1)
Sandeep Nandey (1)
Chris Love (1)
Jaydeep Patil (1)
Karthick S (1)
Sourabh Somani (1)
Lalit Kumar (1)
Rithik Banerjee (1)
Niloshima Srivastava (1)
Suthahar Jegatheesan (1)
Farhan Ahmed (1)
C# Curator (1)
Jignesh Trivedi (1)
Sachin Ghadi (1)
Vijai Anand Ramalingam (1)
Guest User (1)
Ramees (1)
Bikesh Srivastava (1)
Suraj Pant (1)
Jasminder Singh (1)
Debendra Dash (1)
Pradeep Sahoo (1)
Deepak Kumar Jena (1)
Neelesh Vishwakarma (1)
Aravind Bs (1)
Shivprasad (1)
Yogesh Jaiswal (1)
Rehan Ahmad Abbasi (1)
Krishna Garad (1)
Nipun Tomar (1)
Anand Thakur (1)
Mahesh Chand (1)
Related resources for HTTPS
No resource found
Securing Your .NET Core APIs
11/18/2023 6:19:41 AM.
This article explains how you can secure your .NET Core APIs with essential practices. It covers JWT authentication, role-based authorization, HTTPS implementation, input validation, and rate limiting
How To Make API Calls In Angular Applications
10/13/2023 10:59:47 AM.
Making API calls is a common task in Angular applications, and it can be achieved using Angular's built-in HttpClient service. Here are the steps on how to make API calls in Angular Applications.
Building a Microservices API Gateway with YARP in ASP.NET Core Web API
10/3/2023 6:29:13 AM.
Building a microservices API Gateway with YARP in ASP.NET Core Web API provides a flexible and scalable solution for managing and routing traffic in a microservices architecture. By incorporating feat
WSL & Let's Encrypt for Azure App Service SSL Wildcard Certificates
9/22/2023 5:09:47 AM.
Learn how to use the Windows Subsystem for Linux (WSL) and the Let's Encrypt certificate authority to automate the issuance and renewal of free wildcard SSL certificates for Azure App Service. Lev
Configure HTTPS for AWS Elastic Beanstalk Environment
8/22/2023 11:38:33 AM.
Learn how to configure HTTPS for Elastic Beanstalk application using a self-signed SSL certificate.
The Developer's Toolkit: Using localhost and a CDN for Staging and Testing
3/24/2023 12:27:44 PM.
Boost your web development game with HTTPS, localhost, and a unique CDN domain! Learn the best practices for securing your APIs, simplifying your development process, and optimizing your website's
Exception Handling (6), HttpStatusCode
1/16/2023 11:24:51 AM.
This article will discuss the HttpStatusCode.
Hosting .NET Core Web API images With Docker Compose over HTTPS
10/8/2022 8:48:44 AM.
Hosting .NET Core Web API images with Docker Compose over HTTPS using certificate
Switch HTTP To HTTPS In Visual Studio
2/13/2022 6:27:41 AM.
This article discusses the switch of the protocol from HTTP to HTTPS for Web application in Visual studio
Setup HTTPS For Nginx On AWS EC2 Linux Instance Using Docker And Certbot
1/27/2022 6:20:46 AM.
How to install Https certificate in ngnix using certbot(lets encrypt) with docker
HttpServerUtility Class In ASP.NET
9/30/2021 11:21:18 AM.
In this article, you will learn about HttpServerUtility Class in ASP.NET.
How To Enable HTTPS On Your Website For Free
1/10/2021 5:08:30 PM.
Today, a website security is one of the top priorities for developers and HTTPS is the firs step. This step by step walk-through tutorial teaches how to implement the SSL on a Website for free in 10 m
How To Enable HTTPS In ASP.NET Web API
12/3/2020 5:43:22 AM.
In this article, you will see How we can enable https in ASP.Net Web API. We will start by discussing all the steps required to enable https in asp.net web API. And then we will discuss all the steps
Session Tracking Using The HttpSession Interface In Servlets
8/26/2020 7:53:16 AM.
In this article, you will learn about session tracking is very important as it helps to keep track of the request from the same client.
What Is The Internet?
7/7/2020 7:11:58 AM.
In this article, you will learn how the internet works.
How to Enforce HTTPS Development Certificate for ASP.NET Core
2/11/2020 11:06:58 PM.
In this article, you will learn about how to enforce an HTTPS development certificate for ASP.NET Core.
Consume HTTPS Service With Self-Signed Certificate In Xamarin.Forms
6/11/2019 9:52:34 AM.
In this article, you will learn how to consume HTTPS Service with a self-signed certificate in Xamarin.Forms.
HttpStatusCodeResult In ASP.NET MVC
5/3/2019 3:45:45 AM.
This article will explain status result code in ASP.NET MVC. I will discuss the three status code HttpStatusCodeResult, HttpUnauthorizedResult, and HttpNotFoundResult.
Cookies in ASP.NET
2/3/2019 11:46:49 PM.
In this article I will explain you about cookies in ASP.NET and how to use them.
Configuring HTTPS In ASP.NET Core 2.1
8/9/2018 9:11:10 AM.
HTTPS can be configured with ASP.net core before the .net core framework 1.1 but it was tricky to configure. It was make easier to configure in 2.0 but this configuration is not by default. In this ar
Create An HTTPS Server And Run Application HTTPS In Node.js
6/13/2018 9:50:39 AM.
In this article we will learn to create https self signed certificate and create node js application in HTTPS server
Could Not Establish Trust Relationship For The SSL/TLS Secure Channel
1/18/2018 6:48:53 AM.
In this article we will be seeing how to resolve the following issue “The underlying connection was closed. Could not establish trust relationship for the SSL/TLS secure channel”.
Using HTTPS In ASP.NET Core 2.0
1/5/2018 12:34:28 PM.
Create an empty project and update Startup to add services and middleware for MVC, including the filter for HTTPS.
Redirecting HTTP Request To HTTPS Using Web.config File
5/14/2017 4:41:34 PM.
In this article, let us see how to redirect users trying to access via http to https.
Validating HTTPS Request URL Using AuthorizationFilter
10/8/2016 1:38:23 PM.
In this article, you will learn how to enable HTTPS in WebAPI2 , validate HTTPS request URL, using AuthorizationFilter.
Tracking HTTPS Web Services Through Fiddler
8/4/2016 10:26:30 AM.
In this article, you will learn how to track HTTPS Web Services through Fiddler.
Setting HTTPS On Your Website
3/5/2016 11:58:20 AM.
In this article we will try to learn how we can apply https on our website in a test environment.
Create SSL Certificate By Makecert.exe
11/18/2015 12:18:22 AM.
In this blog you will learn how to create SSL Certificate by makecert.exe.
Services in AngularJS For Beginners
5/7/2015 9:09:53 AM.
In this article we will learn about Services in AngularJS for beginners.
What a SSL Certificate Is and How It Works
12/18/2014 10:03:47 PM.
In this article you will learn about SSL Certificates and how they work.
Creating HTTPS Server With NodeJS
8/13/2014 5:53:12 PM.
In this specific article however, we will be looking at how to create HTTPS server instead.
Authenticating WCF Service Over HTTPS by User Name and Password
1/23/2014 9:43:49 PM.
Here, I will talk about authenticating a Windows Communication Service by user name and password.
7 Simple Steps to Enable HTTPS on WCF WsHttp Bindings
10/13/2012 6:15:20 AM.
When we talk about WCF security there are two ways one is the transport level security and the other is message level security. Transport level security is nothing but built in security by protocols itself. In message level security we need to encrypt the data, in other words security is injected in the data itself. In this article we will look in to how we can implement transport level security using WsHttp bindings. We do not need to do extra development for transport level security because it’s more of the protocols inherent security model. In this article we will implement WsHttp using HTTPS as transport security.
Creating And Using C# Web Application Over HTTPS - SSL
10/13/2012 4:15:05 AM.
Here you will see how to create and use a C# Web Application over HTTPS - SSL.
Attaching a Digital Certificate (Public Key) to an HTTPS Request
5/19/2012 5:27:38 AM.
This article will guide you on how to post data to an HTTPS (i.e., secure connection) URL from a Windows application (.NET) by attaching a digital certificate from a certificate file and getting the response back.
Create Your Own SSL Enabled Website
2/5/2012 12:19:12 AM.
In this article we will learn how to create the SSL certificates for our web site which we are hosting on our IIS server.
HTTP Authentication Mechanisms
5/3/2011 12:45:24 PM.
Here are four HTTP authentication mechanisms
Set up Secure Sockets Layer (SSL) using Digital Certificates
3/6/2007 9:33:51 AM.
This article explains how to secure an IIS Web application using SSL certificates.
Download Files using HTTP and Proxy Server in C#
12/24/2005 6:53:03 AM.
This article explains how to pass proxy server network credentials when downloading files using HTTP.