Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
7 views

Removing the lightbox feature on Image Gallery in Get Response

Hello I'd appreciate some help! I have this landing page made on GetResponse: https://jmc.hacktivatuvida.com/ and we want to remove the lightbox feature on the images is there any way we can achieve ...
Bianca Ruiz's user avatar
1 vote
1 answer
769 views

VB.NET ~ PUT WebRequest raising exceptions when trying to GetResponse of it

I am getting TWO exceptions. The first one in the regular code and the second into the exception handling block. I have this function (below) that supposed to change user settings in a Web API using ...
Chevelho51's user avatar
0 votes
1 answer
332 views

What are the reasons an HttpWebRequest might take half a minute to get a response?

I'm developing an app for a school project which uses data from CoinGecko's free public API. The way I'm getting the data is with the HttpWebRequest class. At first, I was able to use the API fast, ...
Filip Grgić's user avatar
0 votes
1 answer
207 views

HTTP GET Request, Response

I have a file where I send GET request to another file, and I got the response show up under Network tab of Google Dev Tools, but it did not display on my browser. This is what I do for passing the ...
mysterious's user avatar
0 votes
0 answers
58 views

Not receiving cookie suddenly for HttpWebRequest POST placed through Visual Studio C# code

There is a common framework in our company where we pass username, password, url and get the cookie back. It was working for me for a long time and suddenly it stopped working. My team mates are able ...
juluru sriharish's user avatar
1 vote
1 answer
859 views

Pass Email and Name to GetResponse via API

Dear good people of Stack. I have a custom PHP web site and would like to ask for help in passing new user's name and emails to my GetResponse list. I currently have a Mailchimp integration, which ...
Arsen K's user avatar
  • 11
0 votes
0 answers
306 views

HttpWebRequest doesn't work: unexpected error occurred on a receive

TLS is TLS 1.3, Linux server. Cipher: TLS_AES_256_GCM_SHA384 error: unexpected error occurred on a receive ''' ServicePointManager.Expect100Continue = true; ServicePointManager....
Orgil's user avatar
  • 307
0 votes
1 answer
2k views

Javascript runtime error: Cannot read property content from undefined

I have some tricky test case with JScript. I have nested for-loop in Javascript. In the outer loop and the inner loop also I have the below statements (with different variable, but statements are ...
Sridhar Adurthi's user avatar
0 votes
1 answer
1k views

How to handle "405 error, Method Not Allowed." without an exception

Right now I am solving an issue that I made a HttpWebRequest to server and checking if the server answers. Any answer which means that the server was reached is positive for me. So if I will get an ...
user3132499's user avatar
0 votes
1 answer
490 views

Get response error "This list already exists. You need to enter a different name."

I am using GetResponse and trying to create a new list and seeing this error : This list already exists. You need to enter a different name. But I have not created any list with this name. So how ...
Veronica 99's user avatar
0 votes
1 answer
210 views

How would i get the value from the callback URL using ASP Classic

thank you in advance. Can anyone help me with this problem, i need to get the value from the callback URL. The callback URL look like this. that parameters from the callback URL is sent by the third ...
RaiAnne's user avatar
  • 19
0 votes
0 answers
73 views

Get details from Get Response API

I'm using Magento and backend as postgresql with python.I have a requirement like getting the details of abandon cart details of customers and would like to insert that details to my data warehouse ...
Linu's user avatar
  • 597
0 votes
0 answers
277 views

GetResponse to Mailwizz via API

Is it possible to do this: - User enters his email in GetResponse form - Form submits, email enters into GetResponse database - The same email gets submitted to Mailwizz list I think I can do this ...
Joseph Then's user avatar
-1 votes
1 answer
527 views

GetResponse API v3: GET /contacts does not return all contacts

Although adding contacts via the API (POST /contacts) works fine, i don't get all active Contacts using GET /contacts (see https://apidocs.getresponse.com/v3/resources/contacts). public function ...
Fred 2019's user avatar
0 votes
0 answers
77 views

C# GetResponse() method

I have public url of a video file Im trying to find the file size of that video file. So that I had created a web request and called GetResponse () and getting the file size from response....
Naresh Ede's user avatar
2 votes
2 answers
3k views

Making POST REQUEST with thephpleague/oauth2-client

I am trying to make a POST request to the GETResponse API(https://apidocs.getresponse.com/v3/case-study/adding-contacts) with thephpleague/oauth2-client and adespresso/oauth2-getresponse as a provider ...
Paul Tofunmi's user avatar
2 votes
1 answer
657 views

Trying to save contacts with GetResponse api but I am unable to

My task is to authenticate on this api https://api.getresponse.com/v3/accounts Then need to save on the following api https://api.getresponse.com/v3/POST/contacts data must be in the following ...
Hemant Maurya's user avatar
0 votes
1 answer
6k views

CURL script on Powershell to get a Response from HTTPS URL and also want to feed Username/Password

I am new to CURL and facing problems while writing a script to get a response from HTTPS URL. Its failing at singleSignOn. Basic command I am using is: curl -UseBasicParsing https://abc.xyz.com.au ...
shilpa jain's user avatar
0 votes
0 answers
318 views

How to unsubscribe from the GetResponse mailing list by the ID of the mailing list through the API?

How to unsubscribe from the GetResponse mailing list by the ID of the mailing list through the API? The documentation indicates only the possibility of unsubscribing by specifying the number of the ...
Александр Писецкий's user avatar
0 votes
1 answer
1k views

Signet Oauth2 Basic Auth not working with Get Response api

I am trying to use Signet::Oauth2::Client to get an access token from getresponse.com client = Signet::OAuth2::Client.new( client_id: GET_RESPONSE_CLIENT_ID, client_secret: ...
Jason Cheladyn's user avatar
0 votes
0 answers
77 views

GetResponse method takes 21 seconds to return a response

I'm struggling with the next problem and I can't figure it out. Tried a bunch of suggestions found on stackoverflow and other websites, but none of them changed the situation. The Automatically ...
thy3f's user avatar
  • 1
2 votes
1 answer
8k views

The operation has timed out at System.Net.HttpWebRequest.GetResponse() while sending large number of requests to a host

I am sending a large number of simultaneous requests to a particular web service with different data. To achieve this, I have created a number of threads(around 50 in number). Total number of requests ...
pull420's user avatar
  • 88
0 votes
0 answers
2k views

MSXML.XMLHTTPRequest Get Response Size limit

I am trying to parse an HTML to find information in web pages. Everything worked fine, so far. It seems that there is a size limit to the request as I don't get all the HTML code: Sub AAA(A As ...
Antoine's user avatar
  • 11
2 votes
1 answer
1k views

python http client no response reason and incorrect response status

I'm using python 2.6 to create a HTTPS client that can POST XML data. So far it is able to POST to a HTTP server I also wrote. The issue is that when I try to return the status and reason from the ...
luker3's user avatar
  • 21
1 vote
1 answer
2k views

GetResponse API contact creation with custom filed php

I'm trying to create new contact with custom fields using GetResponse API, here is my code: $headers = [ 'Accept: application/json', 'Content-Type: application/...
Leonid Volinski's user avatar
1 vote
2 answers
2k views

In REST Assured, how do I use a map of parameters?

Issue: Response resp = given().headers(headerElements).param("language", "en").and().param("currency", "***").and() .param("destination", "**").and().param("theme", Arrays.asList(arr))....
Sidhant's user avatar
  • 695
0 votes
1 answer
204 views

GetResponse API tag users depening on the visited page

I have integrate this API: https://github.com/GetResponse/getresponse-api-php into a Yii application, as a component. I am having some trouble understanding something about this API so my question is,...
John Doe's user avatar
  • 601
0 votes
2 answers
132 views

Loop Json Links Swift

I've got an array with two links where I want to get the value of id. The code works but the device_id_array varies between [88.0, 89.0] and [89.0, 88.0] and I don't know how to fix this. Thanks for ...
J.D.'s user avatar
  • 55
2 votes
0 answers
54 views

Restful Webservice method for get request

I am trying to write a web service method for get request and its return type is ResponseEntity. But when i trying to run this from Postman then its gives response body as Not acceptable. following is ...
Nikhil Mehta's user avatar
1 vote
0 answers
446 views

Java HttpsURLConnection instance not giving response code

I am trying to get a token for an API with this code and it throws exception when it tries to get and check the response code. It is my understanding that url.openConnection() does not actually ...
paul's user avatar
  • 135
0 votes
1 answer
177 views

GetResponse API intragration with Yii Framework

I have a Yii Application and I want to integrate it with getResponse API. I downloaded a getresponsapi.php from github: https://github.com/GetResponse/getresponse-api-php I integrated this file ...
John Doe's user avatar
  • 601
1 vote
1 answer
2k views

c# cannot getting response headers from GetResponse()

Here's my c# code which sends to server the request: try { string url = "https://example.com/"; string json = "thisisanexample"; byte[] data = Encoding.UTF8.GetBytes(json); System....
5ama7's user avatar
  • 58
0 votes
3 answers
429 views

GetResponse() and WebException kill my thread

I'm actually facing an issue with a httpWebResponse that stop my thread. I call an ApiCall method in a looping thread every 2 seconds. This works most of the time. But sometimes the request....
TiB's user avatar
  • 1
0 votes
0 answers
63 views

getResponseCode Android HttpUrlConnection [duplicate]

I have a web service running in my computer and I want to access it from an Android app. It fails always when getResponseCode is done, here is the code: try { url = new URL("http://192.168.1....
sergio's user avatar
  • 183
1 vote
0 answers
1k views

The request was aborted: Could not create SSL/TLS secure channel after setting SecurityProtocol

There are many questions like this, but answers which should help me, they did not do that. private static string GetWebText(Uri url) { HttpWebRequest request = (HttpWebRequest)...
Blagalin's user avatar
  • 849
1 vote
2 answers
533 views

Using Guzzle with GetResponse API to save custom field?

I am sending a post request to the GetResponse API. Everything works fine until I add a custom field (customFieldValues) to save along with my new email contact. $body_data = [ ...
Chris's user avatar
  • 764
0 votes
1 answer
2k views

How to enable already subscribed users subscribe again to the Mailchimp/Aweber/GetResponse list

I'm creating website in WordPress. Idea is to show users sign up email subscribe form in welcome page and when user subscribes they redirects to home page, but user can't go to the home page second ...
user avatar
1 vote
2 answers
3k views

GetResponse API & PHP

I am trying to make a simple CURL call to GetReponse using PHP and I must be doing something wrong. Each time I try to use my clients access token it bombs out. If I hard code my company API key into ...
LargeTuna's user avatar
  • 2,814
0 votes
1 answer
1k views

GetResponse API v3 - Get contacts who open the newsletter

I'm having a hard time finding for the API in getting the contacts of the people who open the newsletter after sending it to a list of email. In the official API documentation of GetResponse, I didn't ...
bxorcloud's user avatar
  • 689
1 vote
0 answers
889 views

Getting this error in VB.NET when using HttpWebRequest: "You must write ContentLength bytes to the request stream before calling [Begin]GetResponse"

I have search through the internet and Stack overflow for a solution to this issue and have tried various solutions but none of them has worked. Basically, I have a Windows Application, written in VB....
will_k's user avatar
  • 11
0 votes
1 answer
2k views

GetResponse() error due to 'WebRequest'

I am trying to make a request to Googles API. But I am getting an error with GetResponse(). The error I am getting is... 'WebRequest' does not contain a definition for 'GetResponse'... Visual ...
daveskylark's user avatar
  • 2,794
0 votes
1 answer
3k views

Current Shopify page URL for Blog page tagged view

I have replaced the Shopify signup form by a GetResponse form and I want the page to stay in the same place after the form is submitted. For that I am trying to dynamically generate the current URL so ...
Swagata's user avatar
  • 622
0 votes
1 answer
541 views

How can I get user responses in surveygizmo?

I want to get user's response along with question from surveyGizmo. I am getting list of questions and possible answers. But I want specific answer which user has given during survey. https://...
samru's user avatar
  • 11
1 vote
2 answers
1k views

How to add multiple contacts at a single call through Getresponse api

I am trying to add subscriber to list through Getresponse api for single contact subscription to list i have to call api like this $getresponse = new GetResponse(api key); $result ...
Punabaka Abhinav's user avatar
1 vote
0 answers
339 views

WebRequest.GetResponse intermittent timeouts

I am using some inherited code to access a trading API and get intermittent timeouts at the .GetResponse call. As its intermittent I did think its resource related - other articles refer to the ...
Andy Charity's user avatar
0 votes
1 answer
397 views

How can I use a getResponseHeader from a post method in a get method ? [duplicate]

I am working with SkyScanner API to fetch Live Prices by Flight Details. As the documentation says. I created Live Pricing Service Session. Which can be created by post request to api and then it ...
Ayoub Salhi's user avatar
0 votes
2 answers
3k views

Getresponse v3 api -add contact error

I use getreponse php client (https://github.com/GetResponse/getresponse-api-php/blob/master/src/GetResponseAPI3.class.php) to add a contact to a list. $fname ="mike"; $lname = ""; $email = "mike@test....
arun kumar's user avatar
0 votes
1 answer
203 views

receive response from http android

I want to send a URL such as "http://192.168.1.1/key_on" to an HTML form and then receive a number 1 or 0 as response, if it can changes correctly, then do something in my app. I send my request by ...
Ghazal's user avatar
  • 13
0 votes
1 answer
377 views

HttpWebRequest getResponse not matching WireShark

When making a specific GET request, it seems there is a chunk of html missing from the center of the html response. I can't seem to figure out how its being removed. If you run the sample code and ...
Isaac Paul's user avatar
  • 1,977
1 vote
2 answers
5k views

Selenium-Webdriver when i click something How to post and get response from server

When I click something on a web page I get a response from the server, but how can I catch and validate that response? For example if I click the 'Flag' option in my webpage I get the following JSON ...
raj kumar's user avatar