Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
57 views

So I have been using the code below to fetch a list I needed for my website from an api of mine. I recently converted the certificate of the api hosting website to secure, issue is now my api is not ...
DrunkenPipeBomb's user avatar
0 votes
0 answers
38 views

On the Site Form is used to give data to a case but since there can be multiple on a site it is made as a formset. In addition, each case can have multiple m2m relations, which are also a formset. The ...
Yamaguri's user avatar
1 vote
1 answer
65 views

I'm experiencing a weird issue with a PHP script that was working fine until my server was migrated to CloudLinux v9.5.0 with cPanel version 126.0.9. In the example below, I'm using Postman to send ...
zcool's user avatar
  • 21
1 vote
2 answers
286 views

The problem I am trying to use SQL to do a GET request on the IBMi. The URL I am trying to query is the one that is in the documentation : 'https://www.ibm.com/support/pages/sites/default/files/inline-...
Jean-Adrien Oikonomou's user avatar
0 votes
0 answers
52 views

I am trying to write a program that will fetch a transcript of phone records from a data base but my code keeps giving me a 401. I am pretty sure I have the url correct, so any help would be greatly ...
Alexander's user avatar
0 votes
1 answer
79 views

I was trying to create API with Java. While using the get method I'm not receiving the JSON data. It's only displaying closed braces as response. I'm attaching the code and output below. Any ...
Đạt Phạm's user avatar
0 votes
0 answers
61 views

I’m working on an Angular authentication service that includes an SSOLogin method for single sign-on functionality. Some query parameters are checked and if there are available, SSOLogin method will ...
Bill's user avatar
  • 29
1 vote
1 answer
423 views

I am trying to call external API using QSYS2.HTTP_GET function using SQLRPGLE, having Bad request error from the server. I have used some variables to build the URL request and option parameter. Need ...
khairul anam's user avatar
0 votes
1 answer
43 views

I have an API called using HttpGet. The API validates the call and returns a report file directly (Excel or CSV). If the validation fails, it returns a Json Result object with an error code and ...
navigator's user avatar
  • 1,708
0 votes
0 answers
105 views

I've recently started using Google Tag Manager (GTM) on my site. In GTM, I've got the Conversion Linker activated, which, if you come to the site from a Google Ad, will add a a few parameters to the ...
daniel4ing's user avatar
0 votes
2 answers
120 views

Is there anyone who can help with how to run selenium browser in invisible (or minimized mode) with python on Windows PC? I need to create a program to get the name of patent from the website of EPO (...
elitsa3111's user avatar
0 votes
1 answer
47 views

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,353
0 votes
0 answers
134 views

I am using C# and ASP.NET Core MVC to use an AuthController to log out of all windows that the application has open. I I then use a public async Task in NotifyClient.cs to complete the request and I ...
Need Help's user avatar
0 votes
0 answers
138 views

I'm trying to get a QR code generated on the server and put it in an image in the application.NET MAUI. My HTTPGET method on server ASP.NET: [HttpGet("{sum}")] public async Task <...
vhhs's user avatar
  • 15
0 votes
1 answer
45 views

In .net core web API, Endpoint: http://localhost:4200/api/GetUsersByName Input: {"name":"test", "pageSize":10, "pageNo": 1} The API searches all users which ...
Manas Kumar's user avatar
  • 2,571
0 votes
0 answers
91 views

i have standard ASP.NET application with controllers and what i try to do is to pass complex object as a parameter of the HttpGet request. Like : [HttpGet(Name = "GetWeatherForecast")] ...
goodstas's user avatar
0 votes
0 answers
106 views

I have been trying to create a formula in excel using VBA to translate text from a cell to another language (e.g. "=TextTranslate(Text, sourceLanguage, targetLanguage)"). I have found a way ...
Costas A. Smith's user avatar
-1 votes
1 answer
105 views

I'm developing a webserver(FCGI) based on using gsoap v2.8. This webserver shall respond to the incoming HTTP GET requests but it's not working. I got to know that gsoap provides HTTP callbacks to ...
mamatha g's user avatar
0 votes
0 answers
364 views

I try to run one method named PostGet: using Microsoft.AspNetCore.Mvc; using Jint; using WebApplication1.Program; namespace WebApplication1.Controllers { [Route("/{endpoint}")] public class ...
tridjam's user avatar
  • 21
0 votes
0 answers
57 views

AT Commands HTTP request to JSON source with status 200 but response that I get is incomplete (just some part of Response I received). #include <SoftwareSerial.h> #define RX_PIN 2 #define ...
Dheeraj SmartIam's user avatar
-1 votes
1 answer
294 views

I'm new here, hope I'm doing things the right way! I want to dl this URL, I've done it before (with help) but now I accidentally deleted my source, and I can't remember where I got help or what the ...
Bobak's user avatar
  • 1
0 votes
2 answers
1k views

I have a response with the following body, an array. I want to check that we have an item and only one with value IsPrimary true and salePerson of value 'Chuck Norris'. [ { "districtName&...
Doraemon's user avatar
0 votes
1 answer
1k views

After updating to angular 17 ssr rendering by default use caching for the http get methods, this is confirmed by the angular team. For me the caching not really works. My backend is .Net Core. As you ...
Bodikk's user avatar
  • 1
1 vote
1 answer
94 views

I am working on a C# application that interacts with a MySQL database to retrieve information about teachers and the courses they teach. I have a teachers table containing information about teachers ...
Sravani Singani's user avatar
1 vote
1 answer
976 views

I need to update an existing REST API method that returns available subscription plan information. Slightly fictionalized, it looks like this: GET /api/available-plans/{provider-id} ...where {...
Brian Rak's user avatar
  • 5,254
1 vote
1 answer
713 views

When I do a GET request to "https://api.github.com/users/octocat" in Postman, then it works: But If I try to do it in Delphi using TIdHTTP using the following code: procedure TForm1....
Martin Kakhuis's user avatar
0 votes
1 answer
98 views

I am trying to receive data (list) from the database and save the data as list type, and show the data in front end by using futurebuilder, listview. But I guess the code could not convert the json ...
Taetkyle's user avatar
1 vote
0 answers
179 views

I need to add and read vehicle plate numbers from a white list in an ANPR camera. I've got a code from the manufacturer TVT, but I'm not able to send it to the camera or get a response. Usually I send ...
Josef Škába's user avatar
1 vote
0 answers
165 views

I want to read the data of the file which is in the form of txt on the site by WinHTTP via VB6. code works good but result is unreadable: this is my code : Dim HTTPRequest As WinHttp.WinHttpRequest ...
Unforgiven's user avatar
0 votes
1 answer
233 views

I have read through two dozen references trying to get $http.get to pull a document from my server and load it into an iFrame. The call to the document works and its all stored in data - and I can ...
rolinger's user avatar
  • 3,194
0 votes
1 answer
1k views

I have a server using the Next.js API, whence I want to send the frontend a .csv file encoded in a locale-specific encoding (Shift_JIS). My server currently uses this approach: download(res: ...
haley's user avatar
  • 909
1 vote
0 answers
113 views

Hello Flutter and Android programmers, how are you? I'm developing an app that makes an HTTP request to download a .json file, then reads it and builds a list of options based on the options available ...
J04c0's user avatar
  • 11
0 votes
1 answer
267 views

I am trying to execute a HTTP GET request that I can execute properly in Postman in my Spring Boot application using the RestTemplate class. This is the code I am using to send the request: ...
P D's user avatar
  • 45
-1 votes
2 answers
132 views

I am trying to create an APIView (path 'create-room' in urls.py) where I can either edit a Room model if the session already exists or create a new Room model if the session doesn't exist. In the ...
adams4r's user avatar
0 votes
2 answers
77 views

I am writing a class that is sending quite a few GET requests and I am looking for the right way to consolidate them. I have extracted the common logic into a method called GetRequest. Here is what it ...
Josh Panzarella's user avatar
2 votes
1 answer
490 views

Here is yet another "Expected a value of type 'Map<String, dynamic>', but got one of type 'List'" questions. I've scoured several Stack Overflow posts on the subject including the ...
Steve3p0's user avatar
  • 2,537
-1 votes
2 answers
1k views

I am trying to get HTTP response with the help of apache httpclient. I get headers successfully but it throws exception when I try to get contents. Exception is: Caused by: org.apache.http....
IphoneVore's user avatar
1 vote
0 answers
312 views

We have an ASP.NET web application which runs as a SAAS service, and end users use a standard browser like chrome to access it. It's a "single page application" architecture in that all GETS ...
user2728841's user avatar
  • 1,457
0 votes
1 answer
693 views

I tried to make a simple GET request to this url: https://www.artstation.com/projects/39L94v.json I set same headers for both python and postman as below: { "Accept": "application/...
涂智仁's user avatar
1 vote
1 answer
1k views

I would like to return an object in a Get-Controller. The class from the object itself derives from a class and it should be possible to return a list with objects from different classes, but derived ...
Stephan's user avatar
  • 93
-1 votes
1 answer
63 views

Only POST is working. GET and DELETE are throwing the following error when testing through Postman: { "timestamp": "2023-04-06T14:01:59.898+00:00", "status": 500, ...
Micu Bogdan's user avatar
1 vote
1 answer
3k views

I have a Web API method that returns data in the HttpResponseMessage.Content property. Here is the code for the method: [HttpGet] public HttpResponseMessage MethodName() { try { var ...
Ayo Adesina's user avatar
  • 2,475
2 votes
1 answer
1k views

With golang gin rest api I create title, body, date, titles and contents fields, send to postman and save database. The post operation is running successfully, but when I receive the data, I get an ...
Coding write's user avatar
0 votes
1 answer
21 views

I have some confusion that why we require GET methods when we can implement all methods with POST type. Can you please share your thoughts? Thank you in advance.
Darshit Gandhi's user avatar
0 votes
1 answer
643 views

I have a simple API and when I call my API from another website I get CORS error. I have tested everything and nothing seems to work. The request works fine in Postman. I have an API key middleware ...
MJ82's user avatar
  • 1
0 votes
1 answer
126 views

I'm fetching the information from the server. The get method is being used in the SAML Response I'm receiving from the server, which is producing an error: The query string is too long, resulting in ...
Mohak's user avatar
  • 3
0 votes
1 answer
1k views

In sandbox, I am attempting to gather the information from https://data.nasdaq.com/api/v3/datasets/USTREASURY/YIELD.json I used the beta feature of creating an HTTP callout right from the flow. It ...
Kashona's user avatar
2 votes
1 answer
573 views

I am rewriting part of my API from python to rust. In particular, I am trying to make an HTTP request to OSRM server to get a big distance matrix. This kind of request can have quite large URLs. In ...
Dimitrius's user avatar
  • 816
0 votes
0 answers
136 views

Thank you in advance for taking the time to read through my question. I'm upgrading an old project from Laravel 8 to Laravel 9 in laravel 8 i was able to append user input to a get request like this : ...
nabil1997's user avatar
1 vote
0 answers
79 views

I am creating an app in Android Studio that gets data from a Google spreadsheet. The app sends an HTTP GET request to an Apps Script. The Apps Script returns a JSON object containing data from the ...
Christine Tang's user avatar

1
2 3 4 5
33