Skip to main content

All Questions

Tagged with
0 votes
2 answers
63 views

Python get request produces different HTML than view source

import requests # Request to website and download HTML contents url='https://beacon.schneidercorp.com/Application.aspx?AppID=165&LayerID=2145&PageTypeID=2&PageID=1104&KeyValue=...
user1298416'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
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
0 votes
0 answers
16 views

Return raw text when accessed using GET requests

I made a script to get the user battery and put it as text, it has html, and when accessed using GET requests like the following: requests.get("website").text It return the source code but ...
user25251937's user avatar
0 votes
1 answer
89 views

How do I use cURL to submit this form and get the resulting data?

There's a form here which when submitted will return a .dat file (which is just a text file in this case) when the "Dst Output" button is selected with either of the two subselects to it (I'...
Outis Nemo's user avatar
0 votes
1 answer
44 views

Looping and incrementing page param in postman

I'm making a request for some clients in Postman, because of large number of clients it is divided in multiple pages. Page parameter is sent in url of request. How do I make loop, and increment page ...
Sobic's user avatar
  • 1
0 votes
0 answers
28 views

How can I find the endpoint for making GET and POST requests on a website?

I'm trying to figure out what endpoint and authentication a certain website requires so I can make GET and POST requests and obtain JSON files, similar to what I can do with the WordPress REST API. ...
Sarah Sales's user avatar
0 votes
0 answers
7 views

Sending a GET request on a chrome extension [duplicate]

I am trying to send a GET request to this URL: https://api.bigdatacloud.net/data/reverse-geocode-client from a chrome extension. When I use curl to send the request from my cmd, I get a valid JSON ...
ballsalsa's user avatar
1 vote
1 answer
604 views

How to send a http request using only the http crate?

So I looked up the http crate docs and used Request::builder() to make a Request. However, as stupid as it sounds, I did not manage to find out how to send this request. Like what do I need to do? :p ...
faervan's user avatar
  • 23
1 vote
0 answers
47 views

Java Spring Boot - error on GET request on PostMan

I'm implementing a petshop gestor using SpringBoot. When I send a GET request I get an error response console, error from postman Get function, from my ClientController: @GetMapping("/clients&...
Vitor Lengovski's user avatar
0 votes
0 answers
11 views

Laravel on Postgre Ajax Request Returns url and null on Server?

I have a laravel project works just fine on my local (MacOs- Postgre). We just pulled the project on an Ubuntu server, but my ajax method is not working. It is expected to create a new selectbox with ...
Elif Bahar Özdoğru's user avatar
0 votes
0 answers
12 views

ExpressJS backend to external server GET request fails on server deployment works fine on localhost

In my backend express js code I am trying to get information from another server and pass it along to the party that requested it. I have tried to use node-fetch axios http https. I have logged the ...
Bilguun Erdenebaatar's user avatar
0 votes
0 answers
48 views

Consent to cookies on google domain REST request?

Need to pull a string/array from google maps (e.g. https://www.google.com/maps/@/data=!3m1!4b1!4m2!11m1!2sVL_AlqDaR1ymbWlQfsT7Jw) preferably using a simple GET as anything more seems unnecessarily ...
iSteeb's user avatar
  • 29
0 votes
0 answers
140 views

https access restricted - weather api

I am getting an issue with the Weatherstack API, I have a free plan that allows me to do 1000 requests per month but I always get an error while trying to make a GET request via JavaScript in a web ...
Vitor Wogel's user avatar
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

15 30 50 per page
1
2 3 4 5
47