Skip to main content

Questions tagged [https]

Hypertext Transfer Protocol Secure (HTTPS) is a combination of the Hypertext Transfer Protocol with the SSL/TLS protocol to provide encrypted communication and secure identification of a network web server.

3 votes
1 answer
84 views

I'm trying to make my first Python package as a learning experience. There's a lot of things that I suspect I am doing poorly, but this post is specifically about my HttpRequest class. I made this ...
JTB's user avatar
  • 277
2 votes
3 answers
4k views

...
The Masked Rebel's user avatar
0 votes
1 answer
117 views

I have some questions about a code I found on stackoverflow. The code does what I want to do. Redirects to HTTPS and WWW when doesn't exist in URL. But, I want now to understand what I'm doing. So, ...
Andrei's user avatar
  • 51
5 votes
1 answer
808 views

Please see my previous post in the below hyperlink I've updated my .htaccess file to account for an HSTS, along with many of the recommended changes. See the ...
user avatar
4 votes
1 answer
1k views

Title should be self-explenatory. This is a simple URL parser I wrote in C. The function takes a URL from the user and produces a struct that contains the information that can be used to request the ...
mateass's user avatar
  • 41
4 votes
1 answer
293 views

I have a personal website that's used primarily for fun. I upload images, videos and text that I want to share. An HTML submission form accepts questions and string submissions from users, which uses ...
user avatar
7 votes
2 answers
5k views

I updated my Instagram API and I read that HttpClient is now the preferred way in .NET Core 3.1. I would like to get a code review, because there are too many ...
nop's user avatar
  • 819
3 votes
1 answer
202 views

I am having severe problems with performance on a WEB API helper method, the performance is simply dreadful, 1-2 connections / second, I am trying to make 40k API calls and 5 hours later it is still ...
Matt Douhan's user avatar
1 vote
1 answer
114 views

This is within a base class of a library, where several other classes inherit this one. This seems like the simplest way of just getting some data, for now without timeout/errorhandling. This is ...
Metallkiller's user avatar
2 votes
1 answer
101 views

I built this scraper for work that will take a csv list of firewalls from our network management system and scan a given list of HTTPS ports to see if the firewalls are accepting web requests on the ...
gdesigner1's user avatar
2 votes
1 answer
70 views

I am new to Python and have written a function which calls an API and does some processing. Please review the code and explain what is the right and pythonic way. ...
Rohit Haritash's user avatar
2 votes
2 answers
232 views

I like to unlist my old NuGet packages to keep my catalog clean. However, after a couple of uploads it's always a pain to remove each single package manually so I thought I write a utility for it in ...
t3chb0t's user avatar
  • 44.7k
3 votes
1 answer
183 views

I am developing a userscript that redirects insecure pages (HTTP) to the https: version. ...
alphabetadev's user avatar
1 vote
3 answers
138 views

I wrote this recently, I thought I'd check if it was the best way to keep my url as an https at all times, any advice would be appreciated ...
confusedGibbon's user avatar

15 30 50 per page