Category "http"

Truly undownloadable images

I had given up on protecting online images since even disabling the easiest ways to get at images still left people the option to use Inspect, then Sources, and

"Cross origin requests are only supported for HTTP." error when loading a local file

I'm trying to load a 3D model into Three.js with JSONLoader, and that 3D model is in the same directory as the entire website. I'm getting the "Cross origin re

How to perform 2 operations in parallel?

I have a problem and I can't figure it out. I have the following code that must save the data that is sent to him by an http request, first on the aws bucket an

net::ERR_ABORTED 431 (Request Header Fields Too Large)

my problem on on site when im using npm start : Mail_Sende:25 GET http://localhost:3000/mateu52/Mail_Sender/static/js/bundle.js/ net::ERR_ABORTED 431 (

While redirecting all pages with .htaccess my codes are conflicting

I am trying to redirect to https://example.com from https://www.example.com, http://example.com, http://www.example.com ------------------ and ---------------

FLUTTER ANDROID ONLY: sent location data to REST API continuously even when my app is minimized/closed

I want to continuously send location data to REST API (PATCH METHODS) even when my app is minimized/closed. I put my function on InitState, but when I minimized

Using web sockets with C++ and set the object protocol

I'm a complete beginner to all things HTTP and Websockets. I am trying to figure out how to setup a websocket for this specific example: https://docs.automata.t

Writing an image to a socket in C

I made a server that can serve html to a browser, but for some reason it wont send images. Every time I send an image over the socket, the browser receives some

Could not find header file for OPENSSL

I am trying to install Luasec on Ubuntu terminal, but it just keeps displaying this error to me: Error: Could not find header file for OPENSSL No file openss

How can I monitor the requests during 'npm install <package>'?

I wish to monitor the calls made by the npm cli to the npm registry. (I am building my own registry) I have tried using a program, Charles for monitoring reques

Covid Tracker using M5StickC Plus

I'm doing a covid tracker in M5Stick C Plus. I'm referring to the code in https://www.hackster.io/niyazthalappil/covid-19-real-time-data-monitor-7b43e5. The ou

OCPP python server issue

I successfully tested the OCPP server by mobility house integrated with aiohttp API in local network. But now I am deploying the websocket server integrated wit

Getting data from REST API using cpprestsdk

I am following Pixabay API documentation to retrieve/download images. I don't have a lot of understanding of URI/REST/HTTP workings but I was able to follow som

HTTP authentication with PHP for specific pages

I have been trying to fix one issue for the last two weeks but didn't find any solution to my problem. So, I am trying to add HTTP authentication with PHP 7.4.

Why there is a need to create a server in NodeJS application?

Learning Nodejs for my personal projects. Analysing other developers code examples, watching youtube videos. I noticed one thing that I don't understand complet

Angular Error trying to diff '[object Object]'. Only arrays and iterables are allowed

I have issue with this "Error trying to diff '[object Object]'. Only arrays and iterables are allowed" when i want to get my products in html Here is my product

Add body to luasocket POST request with generic form?

From https://w3.impa.br/~diego/software/luasocket/http.html, there are two ways to make a request, simple and generic. I have gotten the body to work with the s

Python requests library - POST requests takes too long

I have a problem with the python requests library. I try to send a simple POST request to my Keycloak server, to introspect an access token. I tested in in Post

React page gives back 404 page after refresh

I have a decentralized app with a React frontend. If I go to the homepage (https://app.valerianprotocol.com/), everything works fine and I can refresh the page

Flutter http post request to a PHP file

I am using Flutter for mobile app development. I need to make a POST request to a PHP file in order to save data in my MySQL server. However, I check the reques