Skip to main content

Questions tagged [response]

A response is a general term for a message which is sent as an answer for previously made request.

response
0 votes
0 answers
15 views

ASTRO / SendGrid - Redirecting when sending is successful or gives error

I have an issue with Astro.redirect. It constantly gives me an error: "AstroError [ResponseSentError]: The response has already been sent to the browser and cannot be altered" I just want to ...
Carlos's user avatar
  • 1
-3 votes
1 answer
42 views

I get an error with requests only when using venv

It was working fine until yesterday, but suddenly it's not working. When using virtualenv, I get an error when using requests to make a response. When using the global Python, it works fine. Why is ...
ahhu's user avatar
  • 13
-1 votes
0 answers
28 views

How to Achieve Newlines in Laravel Endpoint Responses?

In myLaravel endpoint, I'm aiming to incorporate newlines (\n) within myresponse data while adhering to a specific structure. However, the literal \n characters are printing directly instead of ...
Mimi's user avatar
  • 29
-2 votes
0 answers
35 views

Unwanted GET-request after POST-request [closed]

I'm building project of RC-car via wifi with ESP32 module using http pair client-server. When client sending first POST-request all is ok, but next requests larger and mixed with some GET-request and ...
All All's user avatar
0 votes
1 answer
24 views

How to return a response of an audio file AND an array of data at the same time?

please pardon me, I am quite new to fastAPI and coding in general. In my backend, I am using fastAPI. I have an audio, audio_data and a data, data that I need to send back to client side as a response....
balakuz's user avatar
  • 21
-3 votes
0 answers
26 views

Why is my test failing even when the status code is 200 [closed]

Error: value of json fields | AssertionError: expected 7030318 to deeply equal undefined. I want to compare the values of the values after the creation of data(post request) with the values of get ...
Roman Rashid's user avatar
0 votes
0 answers
30 views

Shopify rest api gives 200 response but product price is NOT updated

Using the Shopify Rest API and Google Apps Script environment to update product prices using the following code, // Function to update product price function updateProductPrice(shopUrl, product, ...
LucSpan's user avatar
  • 1,931
1 vote
0 answers
29 views

Extract text between <br> into a dictionary

I'm trying to extract text and group it from the html like this example: <p> <strong> Mrs. Karina TARGUS, Deputy Head of Mission &amp; Chargé d'affaires, a.i.<br>...
nzskra's user avatar
  • 171
0 votes
0 answers
20 views

chrome devtools does not work properly while using server actions in nextjs 14

I was inspecting the network request in devTools which goes out for the server action in nextjs. In the response section it randomly sometimes shows the response correctly and sometimes it shows ...
Parikshit Gupta's user avatar
-1 votes
2 answers
51 views

Is there a way to prevent echo json_encode() return the JSON response with the whole page when submitting form to the same PHP script? [duplicate]

I've got this only index.php file in the project. I know I should separate the logic from the view, use different files for PHP, JS and HTML. This is only a test: <?php if($_SERVER["...
Developer's user avatar
  • 107
0 votes
1 answer
45 views

Unzip file in stream request gives UnexpectedSignatureError

Trying to get a file export from a request which is in zip format. I want to download line by line since later I will be uploading to cloud storage and do not want to store the whole file in memory. I ...
Juanjo's user avatar
  • 103
0 votes
1 answer
51 views

Getting only status string in HealthCheckResult from ASP.NET Core health check endpoint

In my ASP.NET Core app, I implemented IHealthCheck to return status 503 until warmup of the app is done. But when I call this endpoint from Postman, I see only status string in the output, and not the ...
qwerty123's user avatar
-1 votes
0 answers
20 views

How to return fields in response in Opensearch typescript update properly

I'm trying to use the following OpenSearch TypeScript update, but I'm encountering issues when trying to reference _source in the response. I receive the error TS2339: Property '_source' does not ...
deroccha's user avatar
  • 1,173
0 votes
1 answer
25 views

Cloudflare response headers not setting image/png

I have a Next app with an endpoint api/download?icon=UUID which downloads an png image. In localhost everything is working fine, the problem is with the live version that uses cloudflare, the response ...
Alessandro's user avatar
0 votes
0 answers
16 views

SIM7600 module sends 'CLOSED' after CIPOPEN command send

SIM7600 module sends 'CLOSED' after CIPOPEN command sending. Sometimes it is responding as +CIPEVENT: NETWORK CLOSED UNEXPECTEDLY Why it is sending CLOSED and what are the commands we need to send to ...
Pavani L's user avatar

15 30 50 per page
1
2 3 4 5
396