Skip to main content

All Questions

Tagged with
0 votes
1 answer
15 views

Jmeter giving incomplete json response

When i make get call in jmeter i'm getting incomplete json response. i have six json object in my response but when i hit api with jmeter it giving me only 4 json object but when i hit with postman, i'...
Arvind Pareek's user avatar
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
34 views

Why isn't my client-server communication working?

Basically, I am trying to get data from server side and use it on client side. It is pretty simple, but I seem to be missing something since it is not working. Please see below my code on client side ...
joey john's user avatar
0 votes
0 answers
24 views

API GET request file size too long gives 400 error

I tried to connect to the Steam Market API for price history and took for example: https://steamcommunity.com/market/pricehistory/?appid=730&market_hash_name=AWP%20|%20Safari%20Mesh%20(Field-...
rom efraim's user avatar
0 votes
0 answers
24 views

reactjs app, cannot fetch properly with params on json server

So, I am building this reactjs app, and I have a json server running on localhost holding my product list array with different objects (products). The DB looks like this: { "products"...
mrDiaz's user avatar
  • 1
0 votes
0 answers
29 views

Discord cant get or send message in online python webs

I want to send or receive a message to the discord server in a very simple way. But no matter what you do, from the servers that are constantly running (https://www.pythonanywhere.com or replit.com ) ...
Pharma's user avatar
  • 1
1 vote
0 answers
29 views

Output of certain data to table the rest api php

I want to display certain data from dota 2 matches in the table. Namely, the match id, the start time and the name of the 2 teams and that only the first five. And I used the opendota api. I could ...
Mark Condor's user avatar
0 votes
1 answer
407 views

POSTMAN - Modifying response for GET request to JSON format prior to subsequent POST request - ALMOST COMPLETED - SEE EDIT

QUICK SUMMARY: Want to make a GET request in which the response body is converted to the standard JSON format so that I can point to those very JSON objects when setting environment variables and ...
protonarc's user avatar
0 votes
0 answers
28 views

R - opencpu - Function result not displaying in the HTML

UPDATE: 26 October 2023 The following shows the results of 2 examples using the construction_decimal function: construction_decimal("2'-0\"", result = "traditional", output = &...
iembry's user avatar
  • 944
0 votes
0 answers
49 views

How can I see information about events in Meta Graph API Explorer

I am trying to get information about my events on my Facebook site, but it doesn't work. I was trying to find solution online, but I didn't find anything. Does anybody know what to do? I send API ...
dodomis's user avatar
-1 votes
1 answer
142 views

How to pull a video file from JSON using Python 3.11?

I need to pull a video file from this JSON object. For instance, I've two Episodes, and I want to pull Episode 1, and download that. How do I do that? {"list":{"1":{"episode&...
Molix228's user avatar
0 votes
0 answers
21 views

404 ERROR POST Request and No Output for GET Request in Java Servlet [duplicate]

Screenshot -> package com.example; import javax.servlet.*; import javax.servlet.annotation.WebServlet; import javax.servlet.http.*; import java.io.IOException; import java.io.InputStream; import ...
hemantsingh21's user avatar
0 votes
2 answers
134 views

Get request data from the front end to flask is handled perfectly fine at the local host but not in the server

I am using this code to send data to the front end and then redirect it to another function. @app.route('/get_destination_data', methods=['GET', 'POST']) def get_destination_data(): data = request....
rumnen's user avatar
  • 11
0 votes
1 answer
73 views

POWER QUERY - Payload in a json request with invalid format

I'm developing a request in Power BI's Power Query, and I came across the following error: Payload in a json request with invalid format. Follow the code: let URL1 = "example/login", POST ...
webtristinho's user avatar
0 votes
0 answers
69 views

Android .I don't get data when using kotlinx serialization

When creating the application, I had difficulties with kotlinx serialization. I wrote the code based on the article: https://vtsen.hashnode.dev/simple-rest-api-android-app-in-kotlin-various-http-...
Влад Михнёнок's user avatar

15 30 50 per page
1
2 3 4 5
69