Skip to main content

Questions tagged [get]

GET is one of many request methods supported by the HTTP protocol. The GET request method is used when the client needs to get data from the server as part of the request-URI.

0 votes
0 answers
22 views

JSON GET request for list contained in object API

I'm doing an Android project where I must extract the necessary data from an API where the API itself is formatted as an object and the data I need to access is inside a list contained in the object ...
Mikeman's user avatar
  • 31
0 votes
1 answer
51 views

Steps to Retrieve GET_V2_SETTLEMENT_REPORT_DATA_FLAT_FILE_V2 through Amazon SP-API

I am trying to retrieve GET_V2_SETTLEMENT_REPORT_DATA_FLAT_FILE_V2 report via SP-API and I understand that I cannot use create report method here. I can only retrieve the reports made available by ...
Sakthi Ganesh's user avatar
0 votes
0 answers
22 views

Http Status 415 - Unsupported Media Type , Cannot consume content type

I added a new get API in my controller of a Rest service, there already have 2 APIs. The API is like below: @GET @Path("/alert") @Consumes(MediaType.APPLICATION_JSON) @...
Leo's user avatar
  • 1
0 votes
0 answers
6 views

Can I update value of the private member in another package by using Java encapsulation concept?

Input: Name: PAN: Phone: Account_no=987452 For all users account no should be updated in increasing order. I tried encapsulation concept Getter and setter method And taken all input from the users But ...
Anjali Singh's user avatar
0 votes
0 answers
33 views

I am taking error= ValueError: not enough values to unpack (expected 2, got 0)

I tried to make this code based on the source code below, I want to get the URLs, but the code didn't work. Can you please help me find the error? **code** !pip install DuckDuckGoImages import ...
KAHO's user avatar
  • 1
0 votes
1 answer
53 views

Error with unlink() function of symfony in prod

I have a problem with my app It is deployed with symfony 6.3.2 on the backend I think it's on an nginx server with docker The library used for the api is api-platform Whenever I make some calls to API ...
arsene stein's user avatar
1 vote
1 answer
48 views

How to make the following GET request using boost

I have a get request in C#, I need to convert it to C++ (boost) get request in C#: using System.Text; using Newtonsoft.Json; class Program { private static readonly string key = "<your-...
Kasharl1353's user avatar
1 vote
1 answer
60 views

Getting 404 when executing scripts in karate

I have a get request which returns 404 when running via karate framework but the same request returns 200 on postman. Sample Get request - test/messageid message id is coming from another call to a ...
qaa's user avatar
  • 11
0 votes
1 answer
48 views

You don't have permission to access this resource C# POST request

trying to code a simple parser to get info for my robot. the code is simple. but in return i only get "You don't have permission to access this resource." not the source code like i see in ...
Николай Борисов's user avatar
0 votes
0 answers
15 views

how to display a page based on a token

I have generated a new token : $token = uniqid(); $url = "http://koto/resetPassword?token=$token"; I received an email in my mailbox : $message = "Hello, here is your new password : $...
raybone's user avatar
0 votes
0 answers
29 views

NextJS POST requests with fetch or axios are switched to GET in production

I have a project using the following technologies: NextJS Django as a RESTful API Locally, when running the project, everything works fine. The POST requests from the NextJS server-side are running ...
B. Victor's user avatar
0 votes
0 answers
28 views

NestJs (Typescript mode), error with Axios and GET request

I am currently developing a microservice with NestJs in typescript which calls an API, when I test my GET route (of the microservice) with Postman, i obtain the desired results with a JSON object of ...
Valoo's user avatar
  • 13
1 vote
1 answer
24 views

Get cookies of the page QWebEngineView Python

I'm creating a browser in Python and I would like to know how to recover the cookies from the web page, no matter how much I search I don't understand how it is possible This is my code : nav = ...
theo labarthe's user avatar
0 votes
1 answer
23 views

How and where to store certain data in React [closed]

so I want to ask such a question and get advice. I would be very happy if experienced developers give their opinion. Thank you in advance <<3 So I have displayed the products from the user's api,...
Pasha Mammadov's user avatar
-1 votes
1 answer
36 views

How to get SSID in react js

I want to try to get the SSID of the WiFi that is currently connected, how do I do it in React JS, has anyone tried it? But in this case, there is no API or Back end that provides get data Can get the ...
Robert Chan's user avatar

15 30 50 per page