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]
Shilpa Tanwar (3)
Ajay Kumar (3)
Jignesh Trivedi (2)
George (2)
Ashish Bhatnagar (2)
Aman Gupta (1)
Viral Jain (1)
Imran Shaikh (1)
Tural Suleymani (1)
Kapil Gaur (1)
Lalit Kumar (1)
Ashutosh Singh (1)
Ziggy Rafiq (1)
Ishika Tiwari (1)
Jaimin Shethiya (1)
Alpesh Maniya (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)
Rithik Banerjee (1)
Niloshima Srivastava (1)
Suthahar Jegatheesan (1)
Farhan Ahmed (1)
C# Curator (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)
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
Implement LDAP Login Authentication API in Java with Spring Boot
8/28/2024 6:57:58 AM.
This guide details creating an LDAP authentication API using Java and Spring Boot. It covers dependency setup, LDAP server configuration, and implementing a REST controller for user authentication. Th
Implementing JWT Authentication in a Next.js Application
8/7/2024 11:43:29 AM.
Learn how to implement JWT authentication in a Next.js application with this step-by-step guide. Covering project setup, installing necessary packages, creating utility functions for JWT and password
Getting Started With Azure Scheduler
8/7/2024 10:54:40 AM.
Azure Scheduler lets you automate tasks by scheduling HTTP, HTTPS, or queue-based actions. It helps manage and invoke scheduled jobs, whether hosted on Azure, on-premises, or elsewhere. You can create
Understand HTTP.sys Web Server In ASP.NET Core
8/7/2024 10:47:20 AM.
HTTP.sys is a Windows-based web server for ASP.NET Core, offering features like Windows Authentication, response caching, WebSockets, and HTTPS with SNI. Unlike Kestrel, it does not support IIS or IIS
Handling Authentication and Authorization in Next.js
8/7/2024 6:17:20 AM.
Authentication and authorization are crucial for securing web applications. Next.js offers several strategies and libraries to manage user authentication and authorization effectively. This guide cove
How to Implement Email Verification in Next.js?
8/2/2024 6:12:03 AM.
Email verification is a crucial step in user registration processes, ensuring that users provide valid email addresses and confirming their identity. This guide demonstrates how to implement email ver
Integrating an Online Payment Gateway in ASP.NET using ADO.NET
7/10/2024 8:50:49 AM.
Integrating an online payment gateway in ASP.NET using ADO.NET involves setting up a payment gateway account, creating an HTML form to collect payment details, redirecting to the payment gateway for p
Configure SSL for Grafana on Azure
7/1/2024 7:07:46 AM.
Learn how to configure SSL for Grafana on Azure to secure your monitoring and analytics dashboard. Follow step-by-step instructions to set up HTTPS, manage certificates, and ensure data encryption for
How To Create A Web Service Project In .NET Using Visual Studio
6/17/2024 11:20:14 AM.
Learn to create and consume web services in .NET using Visual Studio. This tutorial covers creating ASP.NET web applications, defining WebMethods, adding service references, and integrating services i
The Difference Between SSL and TLS
6/5/2024 5:39:35 AM.
SSL (Secure Sockets Layer) and TLS (Transport Layer Security) are encryption protocols securing data transmission over networks. TLS succeeded SSL, offering improved security and compatibility. Both f
Exception Handling (6), HttpStatusCode
5/16/2024 5:04:29 AM.
This article will discuss the HttpStatusCode.
How To Enable HTTPS In ASP.NET Web API
5/7/2024 11:23:49 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
.NET Website Security: Practical Steps & Examples
4/26/2024 4:14:37 AM.
Securing .NET websites is paramount in today's digital landscape. Regular updates, strong authentication, HTTPS enforcement, input sanitization, CSP implementation, CSRF protection, defense-in-dep
Keeping Your .NET Core API Safe and Sound
4/19/2024 4:57:22 AM.
In today's digital landscape, where data is king and APIs (Application Programming Interfaces) reign supreme, ensuring the security of your API in .NET Core is paramount. In this article, we delve
Best Practices for Maintaining Security and Preventing Vulnerabilities in C#
4/9/2024 5:54:03 PM.
Explore essential security practices in C# programming with Ziggy Rafiq, covering password hashing, input validation, SQL injection prevention, cryptography, HTTPS, secret management, and staying upda
Different ActionResult Types in ASP.NET MVC & Their Uses
4/1/2024 6:14:26 AM.
In this article we will learn What are the different types of ActionResult in ASP.NET MVC, and when would you use each one?
Response Compression in .NET Core
3/22/2024 6:14:59 AM.
Learn about HTTP compression techniques like Gzip, Deflate, and Brotli to reduce payload sizes and expedite data transmission. Configure response compression in ASP.NET Core, control compression over
Securing Your .NET Applications With Examples
1/20/2024 11:16:24 AM.
In the realm of software development, security remains a paramount concern. This is especially true for .NET applications, which often handle sensitive data and interact with critical systems. By adhe
How To Make API Calls In Angular Applications
12/6/2023 10:29:44 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.
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
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
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
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.
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.