Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
15 views

Context: I am trying to build a Spring Boot application and have exposed a REST api endpoint to upload files(as large as 1 GB). Question: Since the data transfer for a multipart file happens in chunks ...
Aakash_Deep's user avatar
0 votes
1 answer
173 views

I want to download the tar.gz files from this NOAA (NCEI) data source: https://www.ncei.noaa.gov/oa/local-climatological-data/index.html#v2/archive/ Normally, I can do something like this to get the ...
user8229029's user avatar
  • 1,214
1 vote
0 answers
155 views

I want to use Caddy as a reverse proxy for my system. The system contains a backend running on localhost:8080 to which all traffic is redirected. The proxy listens for HTTP traffic on :80 and for ...
Xobtah's user avatar
  • 545
1 vote
2 answers
69 views

I have an application with a form and now with a little experimental refactoring from last week 2 buttons doesn't do anything. Logging just say "button was click " but no method is called. ...
Da Wolf's user avatar
  • 11
-4 votes
1 answer
53 views

My understanding of HTTPS is that the initial server communication has the authority sent in plaintext while the remainder of the communication is encrypted, eg https://example.com/foo?bar=baz will ...
Mawootad's user avatar
0 votes
1 answer
60 views

I have a redmine (5.1.9) server running on apache (2.4). When processing email replies, it fails trying to post an HTTP request to itself. I believe this happens because the apache server itself ...
Gary Aitken's user avatar
0 votes
1 answer
85 views

I am using EC200U module to make an HTTPS POST request to my Flask server hosted on Render. The SSL configuration seems fine, but I always receive HTTP/1.1 400 Bad Request from the server. Here are ...
Charumathy Ma's user avatar
0 votes
0 answers
73 views

The following lines of code seem to constantly lead to a timeout exception and I'm not sure why? Note timeout set to 10s. The error is a "System.Threading.Tasks.TaskCanceledException' - 'The ...
Zeller33's user avatar
  • 301
0 votes
2 answers
103 views

I'm writing a PowerShell script to set up several websites on developers' machines in IIS (not IIS Express). I understand that the current recommendation (as at 2025) is to create IIS websites using ...
Simon Elms's user avatar
  • 20.3k
1 vote
0 answers
206 views

I’m working on an embedded Android TV project. I’m using NanoHTTPD as the web server. The server hosts a simple web page that can be accessed from a browser by entering the IP address of the TV. Here’...
Hilal Demir's user avatar
0 votes
3 answers
107 views

As I understand, in order to open a SSL tunnel between client and a server through a proxy: we open a TCP socket with the proxy. we make an HTTP CONNECT method, which basically makes the proxy only ...
tony_merguez's user avatar
0 votes
0 answers
55 views

I am setting up a local, Dockerised version of a Django Wagtail project (which I have had running locally before). I am able to see Pages in my browser, but when I try to login (on FF, Chrome, Safari-...
KindOfGuy's user avatar
  • 3,251
1 vote
0 answers
46 views

In my React Native app, I need to open a WebView redirecting to my NextJS application. Its a simple page rendering a FaceDetection component from Amazon Amplify UI. The "problem" (which I ...
matheus-provin's user avatar
1 vote
0 answers
94 views

I tried installing a PWA that I made to my android, but I can't find any way to do so as I need to host in https. First I tried with GitHub Pages which hosts the web for me and after succesfully ...
Agente 156's user avatar
0 votes
0 answers
92 views

I have an ESP32 IDF project using version 5.5.0 and WiFi Mesh My project uses MQTTS currently with Eclipse Broker (using TLS). It also supports OTA updates from an HTTPS server (again TLS) Can I use ...
ADL's user avatar
  • 121
0 votes
1 answer
58 views

I'm running a Node.js application with HTTPS and Socket.IO on an AWS EC2 instance, behind NGINX. The REST APIs work fine, but the WebSocket connection to Socket.IO fails with a 400 Bad Request. const ...
Kulweet_kumar's user avatar
0 votes
1 answer
523 views

I'm trying to update an Azure Application Gateway so that it uses a certificate held in an Azure Key Vault rather than uploaded directly into the listener. The certificate held in the Key Vault was ...
Mark's user avatar
  • 53
-4 votes
2 answers
124 views

I've been maintaining some documentation websites for a few years, all using https, and all of them being read-only. What are the factual pros of using https in that context, i.e. when no sensitive ...
Eric MORAND's user avatar
  • 6,823
0 votes
1 answer
90 views

I have created a REACT application that calls some REST APIs to get data from a Node.js server. To enhance security, I am using JWT-based authentication. It is working properly in the development ...
The KNVB's user avatar
  • 3,852
2 votes
2 answers
104 views

Background I have a Jenkins build pipeline that dynamically spins up a Windows VM, clones a repo containing utilities for our release process, and then uses a python script in that repo to clone a ...
OmniZ's user avatar
  • 143
0 votes
0 answers
74 views

I was just working on a project, and I required a c++ code in which I could implement wininet functions to make an HTTPS request to a server. Here is the following code ... void connect(LPCSTR ...
Sayan Ray's user avatar
0 votes
0 answers
17 views

I'm trying to connect to a public API that's on the following domain https://curs.bnr.ro, but I'm facing this issue: Error: unable to verify the first certificate at TLSSocket.onConnectSecure (...
undefined's user avatar
  • 2,149
-1 votes
1 answer
60 views

I'm currently attempting to scrape a wiki for some image files. I have determined that every image I want is hosted at a URL with the following structure: https://static.wikia.nocookie.net/<game ...
rightfootmessi's user avatar
1 vote
3 answers
600 views

When we first try to connect to a website using https we send our request to port 443. After the handshake and all those preliminary actions needed to request and verify the certificate is done and ...
Pexicade's user avatar
  • 101
0 votes
0 answers
59 views

I have a droplet on DigitalOcean, and my application works fine when I use HTTP. However, when I try to enable HTTPS for added security, I encounter the following error when trying to run the ...
Patrick's user avatar
  • 232

1
2 3 4 5
501