hoihohoiho.cn·Nov 16, 2024Http和Https混合内容错误今天在访问自己搭建网站得时候,项目部署服务器后,访问前端,结果前端不返回数据,打开开发者工具出现 Mixed Context ... was loaded over HTTPS错误。 Http/Https Http(超文本传输协议)和Https(超文本传输安全协议)都是用于从网络传输超文本到本地浏览器的传输协议。它们的主要区别在于HTTPS提供了额外的安全特性。 Http HTTP是互联网上应用最为广泛的协议之一。 它定义了客户端和服务器之间请求和响应的标准。 数据在客户端和服务器之间传...Discuss·1 likeNetWorkhttp
Eddie Qiaoeddieqiao.hashnode.dev·Nov 13, 2024本地起vite 项目开启https支持背景 做一个视频聊天工具,需要用浏览器打开摄像头和麦克风。chrome 要求打开摄像头和麦克风,需要开启https支持。 下载 mkcert # 第一步,安装 mkcert brew install mkcert # 第二步,将 mkcert 添加到本地根CA mkcert -install # 第三步,生成签名和证书 # 当前目录下会多出两个文件,可以在项目根目录下运行 mkcert localhost 第四步 添加vite配置文件,没有这个文件的话自己创建 import { defi...Discussvite
Muhammed Musaholaofficia.hashnode.dev·Nov 12, 2024Introduction to Node.jsWhat is Node.js? Node.js is a JavaScript runtime that allows developers to run JavaScript outside of the web browser. It is built on top of the V8 JavaScript engine, which is the same engine used by the Google Chrome web browser to execute JavaScript...Discuss·10 likes·29 readsWeb Development
Krishnat Ramchandra Hogalekrish27.hashnode.dev·Nov 11, 2024Understanding Network Programming with Python: Socket Library, IPs, and MoreIn today's world, the internet is at the core of almost every technology we use. Understanding how devices communicate over networks is essential for developers. In this blog, we'll explore the Python socket library, IP addresses, network protocols, ...Discussnetworking
Tejas Shindetejasgshinde.hashnode.dev·Nov 8, 2024The HTTP vs HTTPS Dilemma: Securing the Backend-Frontend CommunicationIn today's web applications, security is of paramount importance. One crucial aspect of this is ensuring secure communication between the backend and frontend components of your system. This is where the distinction between HTTP and HTTPS becomes cru...Discusshttp
Yarelys Riveracyberyara.com·Nov 4, 2024How Secure Web Traffic Happens: Step-by-Step GuideWe've all experienced that sense of relief when we see the lock icon or “your connection is secure”. But have you ever wondered what's happening behind the scenes to make that possible? Secure web traffic is essential for protecting sensitive data tr...DiscussSecure Web Traffic
Tuanh.nettuanhnet.hashnode.dev·Nov 4, 2024SOAP APIs and REST APIs: A Detailed ComparisonSource: SOAP APIs and REST APIs: A Detailed Comparison 1. What Are SOAP APIs? SOAP, or Simple Object Access Protocol, is a protocol used to exchange structured information in the implementation of web services. SOAP APIs use XML for mess...Discusshttp
BRYNNnote.heebin.site·Oct 31, 20242. Https Ssl/tlsWhat is HTTPS? HTTPS stands for HTTP + SSL/TLS, a protocol that encrypts data to enhance security. It ensures secure data transmission between the client and the server. In plain HTTP, a third party can intercept the data exchanged between the clie...DiscussNETWORKhttps
SolluSaaS (Renatho Siqueira)sollusaas.hashnode.dev·Oct 28, 2024Como resolver o erro “Too many redirects” após ativar o Proxy no CloudflareRecentemente, um parceiro comercial solicitou ajuda com um problema envolvendo o a configuração do Cloudflare em um domínio que ele usa para seu servidor de automação. Eu recomendo o uso de Cloudflare a todos os meus parceiros e clientes, porque hoje...Discusscloudflare
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Oct 25, 2024Top 10 Ports Every DevOps Engineer Should KnowKnowing the most commonly used ports in DevOps can make troubleshooting and configuration way easier. Here’s a quick overview of the top 10 ports every DevOps engineer should be familiar with: Port 22 (SSH) This is your go-to for secure remote acce...Discusshttps