Skip to main content

All Questions

Tagged with or
Tooling
0 votes
2 replies
47 views

I work on a NextJS project with Pages Router. We are using Jest for unit tests and Playwright for E2E. The application we are making is a funnel with several steps. Each step is a form with several ...
vtomic85's user avatar
  • 623
1 vote
1 answer
98 views

I'm encountering a consistent Connection timed out error when my application, running on a local development server, tries to make HTTP requests to a specific external website. The site loads ...
Oliver Haven's user avatar
1 vote
1 answer
124 views

I am using NestJS version "@nestjs/core": "^9.0.9" and it has axios version as "axios": "1.8.2" and nestjs/axios version as "@nestjs/axios": "^3....
KushalSeth's user avatar
  • 5,046
1 vote
1 answer
52 views

I have a .NET Core web application that reads information that is posted from other computer. The transmitted information is more than 4,019 characters. I created this extension method in my ...
jstuardo's user avatar
  • 4,497
0 votes
1 answer
411 views

I'm trying to get some example code to transform this logic into one where it requests while there is @odata.nextLink. There seems to be 10k records in my http response, limiting by request.Headers....
accountdev253's user avatar
0 votes
0 answers
90 views

ESP32, Arduino Framework, using these libraries: lib_deps= ESP32Async/AsyncTCP ESP32Async/ESPAsyncWebServer https://github.com/guestisp/ESP32AsyncDNSServer.git here the relevant code: #...
Mark's user avatar
  • 5,355
0 votes
0 answers
175 views

I am currently doing a "POST" http call using Flurl and want to be able to print the request content to see if it is correct or not, like this: var response = await _flurlClient.Request(url)....
user2399378's user avatar
0 votes
0 answers
97 views

I'm developing a Spring Boot application (with Spring Security) and need to add default headers (specifically, Content-Type and Content-Length) to requests targeting the endpoint /api/v1/mpos/set-...
Roman Patrushev's user avatar
0 votes
2 answers
105 views

Using Angular 14 on Win10. I've built a browser app (running non-SSL via ng serve) for LAN use only, that sends a POST request to a web server running on the same LAN. The web server is a Siemens LOGO ...
BobC's user avatar
  • 371
1 vote
1 answer
37 views

In my angular component I fetch a list of objects via http-Request and render that data in a List and set some additional configdata based on that list. In the end I have a "proceed" button ...
Sergej Bjakow's user avatar
1 vote
1 answer
27 views

people. I have a Angular application which I am integrating with a node.js server. It works like this: A service is injected in the component The component calls the getAccountData() function from ...
Felipe Benévolo's user avatar
1 vote
0 answers
48 views

I'm working on upgrading a very large legacy solution from .net 4.7 to .net 4.8. It's not been a problem on the whole but now all the projects are upgraded, I've got one failing unit test which is ...
Bob Tway's user avatar
  • 9,683
2 votes
1 answer
885 views

I am trying to create a base request in getToken.http that I can import and run in my main.http file. The base request needs three variables, two of which are loaded from the http-client.env.json file,...
ares's user avatar
  • 21
0 votes
1 answer
98 views

I'm trying to convert ANSI strings to UTF for the use in JSON format for HTTP requests. There is a specialty in German with the Umlaut 'ß'. When special keys are not allowed, 'ß' is written 'ss'. T-...
Lotto's user avatar
  • 11
-1 votes
1 answer
95 views

I am trying to get an ESP32 (sender) to send a http get Request to a second esp32(receiver) via WiFi. For that i want the sender to be in WIFI_AP_STA mode and connect to the receiver (AP-Mode) and ...
Nils Haverkamp's user avatar

15 30 50 per page
1
2 3 4 5
545