A response is a general term for a message which is sent as an answer for previously made request.
4
votes
1answer
380 views
Thread was being aborted - while looping a lot of rows
I load a datatable which has aprox. 60.000 rows.
I loop these, and write them our like this to build a file:
HttpContext.Current.Response.Write(lineItem);
...
3
votes
1answer
99 views
WSO2 response binary?
I have a http service exposed in WSO2. The service address is "http://172.30.60.73:8888/XMPPService/recieveMsg?param=yes", and the response is "notifyresult=000000".But
in WSO2, The log output is : ...
2
votes
1answer
75 views
PHP mail() method and response callback not working
Script below is purpose to send email to registrant and response success back to page for certain action if mailed, somehow if I added-in php mail() method, the callback response would not working ...
2
votes
1answer
80 views
i want to display a success image after filling up each text fields or selecting the categories using ajax or jQuery
Here is what i have done ..i want to display the image after input fields is fill up the first field is working now how to add extra input fields to display that particular image on that input fields ...
2
votes
1answer
114 views
finding collision point of impact between spheres
in discreet time, I have 2 balls whose positions are determined by numerical method.
testing for collision is just (d < r1 + r2), that's the 1st step. the 2nd step is to determine the time of ...
2
votes
1answer
58 views
Can't receive the response package by winsock2 from http server
I'm sure my program has got the ip from the server by the url.
When I send the GET request, although it was successfully send, it couldn't get the response. I'm not sure if the server had gotten my ...
2
votes
1answer
370 views
processing of page stops after response.writefile
This question has been asked a number of times but still I am not able to find a proper solution to it. I have two questions.
I am creating an excel file, writing data to it and then rendering it to ...
2
votes
1answer
68 views
How to get URL in outSequence?
I use clone to send a request to different servers, and use aggregate in outSequence. It can receive all response. Some may success, and some may response error. But I don't know which server response ...
2
votes
1answer
652 views
Collision response 2d
Problem:
Green block is the player and the gray block is the static brick
When jumping up against a tile the player is pushed to the left/right when it stands near the edge of the colliding tile. ...
2
votes
1answer
1k views
How to redirect to a custom error page using mod_rewrite based on 404 error
I am trying to use mod_rewrite to be able to redirect to my custom html error page, when a 404 is returned. Right now, I have my http server running and my appserver(Websphere) running. When I take ...
1
vote
1answer
64 views
JQuery AJAX call throws Access-Control-Allow-Origin Error
I'm working on a project where after using $.ajax to make a GET request, I receive an Access-Control-Allow-Origin error. However, the GET request is sent to the server and the response is the ...
1
vote
1answer
34 views
Async WCF: One Request => n Results
Is it poosible with WCF to do one async request and get 0 to n responses?
Example:
when requesting a list of object i want to call wcfservice.GetObjects()
and as response i would expect on response ...
1
vote
1answer
150 views
request-response pattern mvc
Is the request-response pattern in Asp.net (Webforms) the same as (or similar to) the 'model' being passed and returned in the MVC world. Basically, should there still be a need to use the request / ...
1
vote
1answer
94 views
PHP echo always goes to JQuery $.ajax error block
First off - no, this is not a cross site request issue. The Javascript and PHP are coming from the same server.
Here is the Javascript code.
var form_data = {
email: email,
password: ...
1
vote
1answer
119 views
Jmeter reponse header value processing
I have REST webservice call via Jmeter. After placing the request, I am getting the response back with response headers.
To view the response headers value I am using View Results Tree listener.
I ...
1
vote
1answer
239 views
python telnetlib module: reading and waiting for responses
I am having a similar problem to this poster:
Python telnetlib: surprising problem
Note the response and my response below it.
Essentially telnetlib is not letting me read an entire response when ...
1
vote
1answer
532 views
actionscript 2.0 input text box
So, here's what I'm trying to do, and I, frankly, believe it should be obvious, but I can't figure it out. I am creating a very simple Artificial Intelligence simulation. And in this simulation ...
1
vote
1answer
281 views
How to send json response from controller to jQuery and inspect it?
I have this problem : I'm checking user email in controller and sending json successfull response if it is already taken and add css styling of input, also I need to prevent submit and add some ...
1
vote
1answer
193 views
WSDL Response Parsing in Android
How can parse this response in android ;
anyType{
schema=anyType{
element=anyType{
complexType=anyType{
choice=anyType{
element=anyType{
...
1
vote
1answer
666 views
How to get the error response in Backbone's model.save error callback?
Backbone's error callback on model.save only takes two arguments error: function(model, response){}. In my application, if optimistic locking fails a 409 conflict status is set (which is easily ...
1
vote
1answer
3k views
Ajax response in bootstrap modal
I'm using twitter bootstrap modal and jquery to submit form in that modal. After AJAX response I cannot submit this form again.
In AJAX response a get html data with this content:
<form ...
1
vote
1answer
75 views
Receive HTTP request in one Python process, reply from another
Can I "move" response object somehow from one process to another?
The first process is a non-blocking server which does some other IO. It needs to be done in a non-blocking environment like Tornado ...
1
vote
1answer
298 views
How to read s3 xml response from iframe with jquery?
I have created a HTML form that post to my amazon s3 bucket through an iframe. It works and is fully functional. However, I've tried reading the response with jquery and keep getting this error
...
0
votes
0answers
215 views
Http Post Request in Android won't return appropriate data?
Okay, so I was trying to send Http Post Requests to this one site, and I sniffed the sent request with wireshark thus getting the text data from the post request of this site. I used this in a stock ...
0
votes
0answers
96 views
FTP Client not accepting welcome message
Alright so, I was developing a FTP Server on port 2121 as apart of a much larger project.
Right now the client connects and all fine
The server sends a 202 response code to the client (Which means ...
0
votes
0answers
39 views
Java EE ajusting socket variables
I want to changes some of the settings on the underlying Socket (setTcpNoDelay specificaly) of a filter response, How do I get to it?
I'd imagin it would be something like:
doFilter(req:Request, ...
0
votes
0answers
83 views
Pushed view not responding to first tap
I have a view in a navigation controller. The view is pushed to the stack by a previous view. The new view works fine with the exception that the first tap after the view is displayed is always ...
0
votes
0answers
78 views
Should the response of a web service represent a logical object?
What practice should be followed when developing a web service ? I have specific questions around the output of the web service. Should the web service return a logical object OR simply name-value ...
0
votes
0answers
395 views
WebService Response Timeout Issue over https link
I have deployed the webservice on websphere 7.0 . I am using SOAPUI or similar utilities to test the webservice. The webservice takes about 5 mins for certain webservice call.
The SOAPUI or web ...
0
votes
0answers
287 views
How to Remove SOAP response unnecessary data/attributes using java code?
I have working for SOAP request and response. In response i am getting unnecessary character and string. please look at below response data to change,
<return *xsi:type*="xs:string" ...
0
votes
0answers
259 views
No response from AJAX request
I hope someone can help me. I have inherited a web application from a developer who has left the company and he developed an application (not jQuery!) that seems to have a number of AJAX issues.
A ...
0
votes
0answers
292 views
Server Slow Response
I'm using a script to check how my server performs, which i use curl on another server to hit to my current server. I've logged down the response time from the curl_getinfo data. Here are the details:
...
0
votes
0answers
1k views
Omron FINS protocol realization at PC side using Qt(C++) [ Driver ]
I am working for a cross-platform desktop application . I develop it in C++ with usage of Qt and already implemented PC side Omron FINS TCP protocol driver via sockets
( QTcpSocket ).
When I read from ...
0
votes
0answers
146 views
Restrict url changes on response time
Currently my applications url is displayed in the browser address bar. On my page I have a link to an external website. When I click on that it links to their website and a response link/url is ...
0
votes
0answers
118 views
struts 2 Action within action
Can i get the response of an action inside other when the second one is still in progress.
for example : i need to display a page that is called under some action which is still running and may be ...
0
votes
0answers
83 views
Browsers behaviour when HTTPS response is not received
Not sure if anyone knows what is the browsers behaviour when it didn't receive HTTPS response?
For example:
Normal Scenario:
Browser request
Browser received loginpage.php HTML
Browser do a ...
0
votes
0answers
48 views
Jquery stange response
i am having strange error. I did upload on IIS7 server (dedicated - so i am not sure for updates). Well,
here it goes:
Ajax does call this address, does post in json format, localy everything is ok:
...
0
votes
0answers
129 views
Problem in getting command response from ADSL modem through USART
I am encountering a strange problem. Following is my setup.
I am using AVR32 micro-controller. My program on controller send commands to a modem on USART0 and after getting response from Modem it ...
0
votes
0answers
833 views
response.sendRedirect “The page isn't redirecting properly”
I am using a filter to try and restrict access to jsp pages, the problem is O'm using AJAX through prototype to do requests, so I cant get the redirect to return properly when the filter catches them. ...
0
votes
0answers
180 views
Out of memory error with post.execute()
I am trying to retrieve a response from my server which ultimately redirects to a URL after post data is submitted. I figured I could retrieve the url response that the server redirects with , with ...
0
votes
0answers
193 views
Android: Show Dialogs Based on Logcat Response
I am working on web services. I want to show dialog box according to logcat response which come as a single string. How could i parse that single reponse and show the dialog to user. My string ...
0
votes
0answers
498 views
how to get the httpresponse with libcurl
i wanna to get the response from the webserver , the server will response a result string not html code.
but now the code only output the code of html, any ideas or advice? thanks!
the code is ...
0
votes
0answers
115 views
PHP instantiation breaks the script with AJAX call
I called a PHP script with jQuery but it doesn't return any response if i instantiate a class before echo-ing the response. Meaning that it works if i instantiate the object after.
javascript code :
...
0
votes
0answers
361 views
How to set the content in an HttpResponse type?
My goal is to build a new HttpResponse out of an old one.
My attempt is this:
String headers = dbh.getResponseHeaders(url);
InputStream content = dbh.getResponseContent(url);
final HttpResponse ...
0
votes
0answers
242 views
Javascript in Ajax html response
I am a french Dev specialized in iOS dev.
I'm new to ajax and I have a newbie question.
I'm calling a load More result function from javascript in my Main.php :
$.ajax({
type: "POST",
url: ...
0
votes
0answers
1k views
not getting response back from servlet AJAX JQUERY
I am trying to get response from a servlet using jquery ajax method. But i am not getting any response at all.
here is my ajax code:
$(document).ready(function() {
...
0
votes
0answers
374 views
asp.net application requests stuck in “SendResponse” state
Im troubleshooting some application performance issues and have noticed that when i look in IIS 7 (under worker processes), the long running requests are stuck in "SendResponse" in the pipeline.
...
0
votes
0answers
125 views
Reading the tags from the whole html response in android
Is it possible to read the particular tags form the entire html response with different tags by using the Bufferreader so that the data or say content of that tags only can be taken to a different ...
0
votes
0answers
132 views
PHP Imbot Issues ( how to handle multiple responses for imified.com). how to send response in PHP and still call other functions
I was developing a IMbot using imified.com
This is how it works: the bot will call a URL with post method passing the Text in a input field. So we can output the data to that request and it will ...
0
votes
0answers
80 views
How to write a file that called from a database on a page?
I have a "news" page that belongs to a company. All news have a header, detail and html page and they come from database. So i have to print those html pages in a repeater on my "news.aspx". But i ...