Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
80 views

Is it enough to prevent CSRF by rejecting x-www-form-urlencoded, using SameSite=Strict cookies, and making GET requests read-only? I'm trying to make sure my web application is fully protected ...
0 votes
0 answers
80 views

I am trying to call a simple GET request while passing "Header" attributes to the GET request. Without the "Header" attributes, I was getting a "Forbidden 403" error. Anyway, I am not able to get a ...
0 votes
0 answers
96 views

I have encountered several unresolved and somewhat blocking issues regarding OpenAPI (I have used ChatGPT and other web services for a long time but haven’t found a suitable answer—even in the OpenAPI ...
0 votes
0 answers
44 views

I am using spotifys get recently played tracks endpoint to get the last 50 songs I've listened to. However my response is seemingly getting cut off half way through the items array. This worked fine ...
0 votes
1 answer
107 views

I am developing a UEFI application using the EDK2 environment and attempting to perform an HTTP GET request using the UEFI APIs. The event is not getting signaled after the Http->Response call. If ...
1 vote
0 answers
135 views

I am getting 403 error randomly for an http request. To test this I am making a powershell script that hits http request and log the error response, headers and error code of all 4XX series errors. I ...
0 votes
1 answer
84 views

I have created a project with spring boot and MongoDB as database. I am trying to hit a get request to fetch the data that I have saved in the database. For fetching that I am passing an id from the ...
0 votes
1 answer
27 views

I'm working on a React app where I am expecting to fetch a list of conversations for the logged-in user. This has been achieved already with Postman on the production API. However, in the API-...
0 votes
1 answer
66 views

I have an API which returns font file as byte array of data. Using http client I have to make a GET request and get the output. Can some help, how to load font to DOM? Thanks
-1 votes
1 answer
105 views

I've developed a website using Python Flask, which includes a form with two dropdowns and a slider. I'm looking to retrieve the selected values from these form elements and send them to the python ...
0 votes
1 answer
215 views

Why do I see an error Error while making request to https://data.similarweb.com/api/v1/data?domain=httpbin.org: Expecting value: line 1 column 1 (char 0) with aiohttp while requests.get returns the ...
0 votes
2 answers
70 views

I have two route handlers v1Router. Path("/{id}"). Methods(http.MethodGet). Handler(r.getter()) v1Router. Path("/"). Methods(http.MethodGet). Handler(r.searcher()) when i am ...
1 vote
0 answers
196 views

I am trying to attach an audio file containing the call recording to an E-Mail. My code works with audio files from public urls, but not with the Twilio call recordings. I am sure the issue is with ...
0 votes
2 answers
332 views

I am upgrading my legacy project to Spring 6 and Tomcat 10. In that, normal requests are passed without any problem. But the requests like this: http://localhost:9090/proactive-api/rest/order/...
0 votes
1 answer
107 views

I'm using python requests library. I have to send GET request to a website. The response body weights a lot and I'm using a proxy and pay per-gb. I need to block response being received by a proxy ...

15 30 50 per page
1
2 3 4 5
...
28

AltStyle によって変換されたページ (->オリジナル) /