Skip to main content

Questions tagged [request]

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

request
0 votes
0 answers
3 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
10 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
25 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
18 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
29 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
0 votes
2 answers
52 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
0 votes
2 answers
27 views

python send InMemoryUploadedFile to requests.request

In postmen I send data like this: My python code is: headers = { "Accept": "*/*", "Content-Type": "multipart/form-data; boundary=...
Anna Berezko's user avatar
-1 votes
0 answers
26 views

How to upload video to Twitter/X in python? [closed]

Very simple, I want to upload a .mp4 to X using python. Currently I'm using Tweepy but for me it will not matter whether the solution uses Tweepy or not. The following code is what i'm working with, I ...
Simão Teles Arrais's user avatar
-3 votes
0 answers
31 views

Iteration Pagination [closed]

What's the best way to iterate through a JSON response that has pagination with GO? In the pagination data there is no total pages. For example, the pagination look like this "pagination": { ...
neuryzonso's user avatar
0 votes
2 answers
31 views

Submit form to pament engine using Axios issue

I have website on React/Node.js. Since the request.post is deprecated I am trying to refactor the code to use the axios.post instead to submit form to the payment engine. The problem is that using ...
Hunter91151's user avatar

15 30 50 per page
1
2 3 4 5
1165