Skip to main content

Questions tagged [request]

A request is a message sent by a source to another object.

0 votes
0 answers
781 views

Img-src doesnt resolve when url has more parameters after .../xxx.png/

My URL: https://static.wikia.nocookie.net/valorant/images/9/9c/Raze_icon.png/revision/latest?cb=20230523180834 When opening this link in my browser, I see a raw picture. When referencing it in my <...
silj6's user avatar
  • 1
0 votes
0 answers
11 views

NGINX is not populating X-Forwarded-For

I do have setup the NGINX as: set_real_ip_from 127.0.0.1; set_real_ip_from 192.168.78.1; real_ip_header X-Forwarded-For; real_ip_recursive on; But it is still not showing in my page: Array ( [...
Patrik Laszlo's user avatar
-1 votes
0 answers
23 views

PHP Notice: Array to string conversion preg_grep Problem

My Code is this $SQLInjectionRegexOR = '/[\'")]* *[o][r] *.*(.)(.) *= *\\2(?:--)?\\1?/i'; Failure - 1 $suspiciousQueryItemsOR = preg_grep($SQLInjectionRegexOR, $_REQUEST); if (!empty($...
dlittel's user avatar
0 votes
0 answers
7 views

How to extract incoming data from a http rest request in a service in Moqui?

I want to extract json data from incoming request in a Moqui Service I have created a service in Moqui which processes incoming data, the problem is data comes as a direct json insted of being nested ...
Ayan Farooqui's user avatar
0 votes
0 answers
9 views

Empty Request Body in Microsoft Power Automate from Datadog Notifications

I have created synthetic tests in Datadog and set up notifications to trigger workflows in Microsoft Power Automate. However, I am encountering an issue where the request body in Power Automate is ...
Muhammad Hamza's user avatar
2 votes
1 answer
13 views

How can I replicate a curl -u in a header?

With a curl command I execute: curl -u appId:secret https://api.example.com This works I then attempt to do it with headers like so: { "Content-Type": "application/json", &...
FabricioG's user avatar
  • 3,239
-2 votes
0 answers
20 views

Calling HTTP Post request from SQL Server [duplicate]

I want to send an HTTP POST request to an endpoint when new data is inserted into particular table in the database. Is it possible to make this call using SQL Server? If so, how? If not, what's the ...
Ravindu D Wijayathunga's user avatar
0 votes
0 answers
26 views

Axios returns 400 with application/x-www-form-urlencoded

What is the correct way to send application/x-www-form-urlencoded with axios? I am following the documentation provided here: https://github.com/axios/axios?tab=readme-ov-file#using-applicationx-www-...
rahulthewall's user avatar
0 votes
0 answers
34 views

Unwanted GET-request mixed after POST (or PUT) request [closed]

I'm making project of RC-car via wifi by ESP32 module as pair client-server over HTTP. I'm building project of RC-car via wifi with ESP32 module using http pair client-server. When client sending ...
All All's user avatar
0 votes
0 answers
23 views

How to solve Airflow reporting "Detected zombie job"? [closed]

I am constantly fetching data from an API using the Python request library in an iterative manner. When U am testing my code using notebooks, it is working fine, and once I finished my pipeline, I ...
Safwan Asghar's user avatar
0 votes
0 answers
20 views

Extracting URL from a LinkedIn user's post using URN or another way

I'm seeking assistance in retrieving the actual URL from a LinkedIn user's post using the URN (Not organization). Is there any way to accomplish this? I'm unsure about how to extract the URL, so any ...
Darrel Foweng Tcho's user avatar
-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

Unable to get a valid response from Instagram Basic Display API

I'm using the Instagram Basic Display API and since a few days I'm getting the "Unsupported request - method type" error. My APP is Live, and validated from Meta since several years. I tried ...
David's user avatar
  • 1
-1 votes
1 answer
53 views

how to execute requests one by one in a useEffect

I have useEffect that executes the request when changing dependences (department and two dates field). useEffect(() => { getFilteredRestReport({ date_start: formatDatePatchPoint(date[0]), ...
Smokeguap's user avatar
-2 votes
0 answers
31 views

What is the need of having different types of request methods(get,post,put,delete)?

I can achieve whatever a get/put/delete request achieves using a post request (by writing whatever the logic is inside the method). Then what is the point of having different methods. There must ...
Abhiram Danala's user avatar

15 30 50 per page
1
2 3 4 5
1164