Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
57 views

What HTTP method should a route have if it's for create_or_delete

Yea I know it's such a strange purpose create_or_delete. But I have an attendances table for users, and in the frontend there's a checkbox, when it's checked -> create an attendance record when ...
Rafael Adel's user avatar
  • 7,745
0 votes
0 answers
53 views

Loading data in https and http

I have a website and free SSL Certification from my web server. why do the data loaded on http & https is different? **why don't loading "style.css" file in https? but this file load in ...
Mohammad Shabani's user avatar
0 votes
1 answer
51 views

Why loading from http return different value then loading from https for same content?

I have modified script to get dictionary meaning for Chinese characters. In following in loadDictData() method when localhost used to get dictionary data file then the search return correct result but ...
krmani's user avatar
  • 596
0 votes
1 answer
653 views

downloading camera snapshot via http url in python

I have NVR from Dahua, and I have access to admin user on this device. Using this account I'm trying to get snapshots from IP cameras, connected to this NVR. According to dahua documentation, to do ...
Mateusz Boruch's user avatar
0 votes
2 answers
251 views

Flutter web app encounters error when sending GET request with body

I'm currently developing a Flutter web application where I've encountered an issue specifically when attempting to send a GET request with a body. The application works as expected on Chrome, but ...
Sukaina Ahmed's user avatar
0 votes
0 answers
28 views

retreive Response Cookie to get token for downloading file using python

I have developed python script to download file once connecting to web site (username and password) and clicking on button export, i inspected the web page, gone to network then Response Cookies , i ...
Othmane EL HARCHAOUI's user avatar
0 votes
0 answers
15 views

Simulating HTTP Server Responses issue while connecting

I am working on a practical exercise related to HTTP and I need some guidance. The exercise involves simulating HTTP server responses from the command line using cat. Here are the specific tasks I'm ...
PRO grmr's user avatar
1 vote
0 answers
199 views

What is the x-incap-sess-cookie-hdr header?

I've seen an HTTP header called x-incap-sess-cookie-hdr Her are some examples: x-incap-sess-cookie-hdr: IfBmOyLQ2RLSl9UHsx97BvdpPGUAAAAAWwDOZlrDvW75HkdClD+7bQ== x-incap-sess-cookie-hdr: xOY/...
Hazem Hussien's user avatar
-4 votes
1 answer
110 views

Programmatically get movie name from hulu url? [closed]

I am using JavaScript. Is there any programmatic way to fetch the movie name from a hulu url? For example for the url https://www.hulu.com/watch/78974b54-1feb-43ce-9a99-1c1e9e5fce3f The response ...
yigal's user avatar
  • 4,443
1 vote
0 answers
59 views

how to export mysql's data to browser with saving memory in golang web application

sometimes maybe data is huge in mysql,so hope to save memory to export data to browser in go web application,I guess application/octet-stream is a good way but don't how to do it. so how to select ...
elong musk's user avatar
0 votes
0 answers
63 views

Making requests from Netlify app (https) to a server without SSL (http)

I have a React project hosted as a Netlify subdomain, and on the other hand I have a backend in a virtual environment that does not have an SSL certificate. I need to connect my React project to my ...
Alberto Pérez's user avatar
-2 votes
1 answer
37 views

Request to my http page is getting re-directed to https

I have made a wordpress website on my desktop. I have the correct host port forwarding setup for both 80/443 ports. When I connect to my website using the http://external-ip I get sent to my site. ...
John Doe's user avatar
0 votes
1 answer
59 views

Having trouble converting a request to python requests

Hi I'm having issue in porting a curl request to python curl --location 'https://XXXX.com/file/upload' --header 'access-token: XXXXXXXX' --header 'Cookie: JSESSIONID=D8545B9B0589ACD536E224A40537ED39' -...
user3166311's user avatar
0 votes
0 answers
32 views

Assembling sending multi-part file POST in Python Socket error

I have problem. I want to build an upload server with Python socket scripts. All the data is transfered to the server one by one succesfully. I concatenate them to become one in a variabel and then ...
The Mr. Totardo's user avatar
0 votes
0 answers
116 views

Able to navigate to IIS Web Site with http but not https

I have a website that's hosted on Windows Server 2016 on IIS. The issue I'm having is when I navigate to the webpage via https, it loads to a blank webpage. But when I navigate via http, it loads up ...
LostandConfusedAlways's user avatar

15 30 50 per page
1
2 3 4 5
68