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

I have a custom app that I am developing but in the process of testing each step of the development process, I am running into trouble with the csv and xlsx notifications when uploading. I am getting ...
Rookie Recruits's user avatar
Best practices
0 votes
0 replies
25 views

In order for the recipient (often myself) to be able to reconstruct the original request URL, I'd like my own http server to support the "X-Forwarded-Prefix" header when serving as a proxy. ...
Sebastian's user avatar
  • 569
Advice
0 votes
1 replies
85 views

I am studying about the backend, so I am looking at the topic of HTTP headers. I am going through a YouTube video about HTTP headers, and I noticed that the "user-Agent" is showing "...
RADHA AGARWAL's user avatar
Advice
0 votes
2 replies
80 views

I'm building an HTTP server and parsing request headers. My current code fails when the Host header includes a port number because I'm splitting on :. Current Code: String[] header = line.split(":...
Abdelouahab 's user avatar
Best practices
0 votes
1 replies
84 views

TYPO3 uses HTTP middlewares to process requests, and responses and their headers are created within those middlewares. Now I'm deep in a powermail finisher and would like to add additional HTTP ...
cweiske's user avatar
  • 31.4k
Advice
2 votes
0 replies
82 views

I’m building a Scrapy-based crawler and facing Cloudflare protection on some sites. Here’s my current setup: I have a separate API service that can bypass Cloudflare by simulating a real browser (e.g....
Muhammad Sameer's user avatar
1 vote
1 answer
199 views

I've been using the Post-Function plugin in Kong Gateway to implement some custom logic. Lately, a large part of it has become unnecessary, and I am left with the following configuration, which only ...
Danilo Piazzalunga's user avatar
0 votes
0 answers
60 views

Bit of a messy setup, please accept my advance apologies. I am trying to coordinate work between 3 different GitHub Pages: https://bur.gy serves my Jekyll blog and registers a service worker called ...
Jan Burgy's user avatar
0 votes
0 answers
60 views

I am doing labs in PortSwigger and the topic is HTTP request smuggling. And I am working on CL.TE and TE.CL. And for these labs : https://portswigger.net/web-security/request-smuggling/exploiting/lab-...
Wissem Flitti's user avatar
1 vote
1 answer
119 views

I have a .NET Core project with two layers: an API layer and a UI layer, both in the same solution. The UI layer is built with ASP.NET Core MVC, where controllers call services, and the services use ...
za mk's user avatar
  • 11
4 votes
2 answers
220 views

Documentation for Powershell's Invoke-RestMethod does not mention any parameter which would configure maximum allowed size of request/response headers - Official Documentation. I'm trying to find out ...
MeryChon's user avatar
0 votes
1 answer
279 views

I’m trying to give users a one-click Add to Google Calendar link using the documente pattern: https://calendar.google.com/calendar/r?cid=\<URL-ENCODED_ICS_URL> However, Google consistently ...
Alexandru Jimbei's user avatar
1 vote
1 answer
242 views

PHP documentation for the header() function tells us: There are two special-case header calls... The second special case is the "Location:" header. Not only does it send this header back to ...
miken32's user avatar
  • 42.5k
0 votes
0 answers
55 views

I wanted to ask that there is something wrong with one of my endpoints, the endpoint seems to be blocked for some reasons, I have other endpoints that are giving response but this one fails.See the ...
Rinkesh Kumar Sinha's user avatar
0 votes
0 answers
142 views

I'm connecting Tank IP Camera (IPC) API to my windows application with Qt C++. IPC uses basic authorization. I'm using QtNetwork library for HTTP client connection, Qt 6.8.3 with C++17. I tested the ...
Davronito's user avatar

15 30 50 per page
1
2 3 4 5
…
799