Questions tagged [getresponse]
139 questions
0
votes
0 answers
Run PHP before HTML with action. Getresponse
I'm trying to integrating a PHP function to add the database into my file for tracing out purpose.
Here's my HTML code :-
0
votes
1 answer
Why does my Windows Form app timeout when repeatedly hitting IIS 7 externally?
I've got a very simple Windows Form app that hits an IIS 7 site about 2000 times in the space of a few seconds (using threads).
When I run that app on the server itself, using either localhost or the ip address, everything is totally fine.
However,…

andy
- 8,775
- 13
- 77
- 122
0
votes
1 answer
How would I go about creating a Cron Job with aMember to push emails to GetResponse?
Good Day.
I have a newsletters section in aMember Pro 4 showing all Campaigns from get-response. I have the Plugin configured correctly with GetResponse in aMember with the API key as evident by the correct Campaign titles showing up in CP > Protect…

Jim
- 67
- 2
- 10
0
votes
1 answer
response using httpwebrequest and uri problems
I'm trying to test if a website is up or down and I ran into some problems.
First I know if I'm to test the status of the server it's possible to do it with a simple piece of code like:
If My.Computer.Network.Ping(TextBox1.Text) Then
…

iActivist
- 37
- 1
- 1
- 5
0
votes
1 answer
How can I send multiple xml/HTTP requests at once and grab the resulting string? Vb.net
So I have an IP Camera that has information I want (date, firmware version, etc) and each piece of information is grabbed by going to a Http.GetResponse() from an http URL, and getting an XML responding string. For example, "http://" & ip &…

Kat
- 2,460
- 2
- 36
- 70
0
votes
1 answer
How to integrate GetResponse with Magento register page
so on our register page for new customers, we have a check box for people that want to receive our newsletter.
You can see here: http://screencast.com/t/B2PUrelvnm1X
Only problem is that we use GetResponse for our newsletter. Is there anyway to…

AJK
- 391
- 9
- 27
0
votes
1 answer
GetResponse Objective-C Integration
I need to create an iOS app that needs to use a form created with GetResponse.
Does anyone know if the integration between the two systems is possible and if there is any documentation or example about it?
Thanks in advance.
Massimo

MasKar
- 21
- 2
0
votes
1 answer
Getresponse API newsletter not working
I have tried to send getresponse newsletter through API. Its not working as expected. i have followed the
https://github.com/GetResponse/DevZone/tree/master/API#send_newsletter
Here the code http://pastebin.com/tWWKgpF5
I'm not so sure which is…

Rockstar
- 191
- 1
- 2
- 21
0
votes
1 answer
Generating link Issue
I want to generate link via on my user choice.
This is the dropbox code in the HTML
0
votes
2 answers
Dynamic assembly generated on HttpWebRequest.GetResponse()
It appears our application has an assembly leak. I noticed that on any calls where a web service call is invoked using the HttpWebRequest object a dynamic assembly is loaded on the call httpWebRequest.GetResponse()
I can see the assembly get loaded…

Dan
- 1,396
- 1
- 10
- 21
0
votes
1 answer
Getresponse using API to fetch campaign
This is the main link of the API for getresponse
https://github.com/robertstaddon/GetResponse-PHP-Wrapper/blob/master/PHPwrapper/GetResponseAPI.class.php
if(isset($_POST['Generate']))
{
require_once dirname(__FILE__) .…

user3546239
- 159
- 1
- 10
0
votes
1 answer
Send SMS to ozeki Message Server from Website
I have created a website and I want to send sms to my users. The sms is sent correctly to 0zeki server message but the problem is that it is being redirecting to the server URL, while I only want the sms to be sent and that there is no response…

user3446331
- 3
- 1
- 3
0
votes
1 answer
Does this HttpWebRequest/HttpWebResponse/StreamReader code even make sense?
Rather than add on to my question here, I'm adding a new one as, once I looked at my code with my X-Ray vision goggles attached, I don't grok it.
I don't even remember where I got this code, but it's an adaptation of an example I found somewhere.…

B. Clay Shannon-B. Crow Raven
- 8,547
- 144
- 472
- 862
0
votes
1 answer
Optimizing HttpWebResponse - GetResponse
I'm using the following lines of code to read the response of an asynchronous HttpWebRequest. This seems to be the largest amount of time spent in a particular operation. Is there anything I can optimize here?
System.Net.HttpWebResponse oResp…

aepheus
- 7,827
- 7
- 36
- 51
0
votes
1 answer
APDU GET response Samsung S4
I am testing sending APDU commands on S3's and S4's.
On my S3 I send out the APDU and get back 9000.
Knowing that my response also has 8 bytes of data i do:
80C0000010
On my S4 I send out the same APDU as above and get 6108 (61 data available - 08 ,…

Doolali
- 956
- 9
- 13