A response is a general term for a message which is sent as an answer for previously made request.
4
votes
0answers
92 views
Mathematica: how can I model RC and get the R and C value from CSV
I hope some one can help me.
I have a CSV file with voltage Response and current step values. I have to make a RC model in mathematica and find the R and C value.
How can I model the RC in ...
4
votes
0answers
380 views
POST response taking too long
Client side Ajax Javascript code is using XMLHttpRequest to send a POST request, but I'm getting like a 0.5 second delay in getting the response and I'm trying to find out why, since I'd like it to be ...
3
votes
0answers
69 views
android web call wrong response
I am doing a simple HttpGet and the response is wrong. I did this also in browser and there the response is ok. I checked the URL is the same.
Than I thought it might be some caching so I set the ...
3
votes
0answers
278 views
Android socket & HTTP response headers
The funny thing is: I may have accidentally found the solution for Is it possible to send HTTP request using plain socket connection and receive response without headers?. I hope I'm overlooking ...
3
votes
0answers
2k views
Webservice with CXF: How to use the ResponseWrapper?
We are creating a webservice (CXF-based) driven by a java class (Java2WS) with the following method:
@WebMethod
@RequestWrapper(className = "com.myproject.wrapper.MyRequestWrapper")
...
2
votes
0answers
95 views
How to use semantic grid in Foundation?
I am having some trouble with the semantic grid mixin. I'm am sorry if I am missing something obvious, but I seek you help. I have the following code:
index.html
<header>
<a id="logo" ...
2
votes
0answers
32 views
Parallel request from rails controller action
I have a usecase where when an action of the controller is called, it triggers 3 http request to other urls. I need to parse the response of those requests , combine them and then render the view. How ...
2
votes
0answers
54 views
Apache HttpClient return entity with length -1
I'm using the fundamental http request with the same URL. Sometimes it return an entity with length -1. While the response status is OK and the entity is not null.
I run the program for about 10 ...
2
votes
0answers
158 views
Different HTTP response - when sent directly from browser and when relayed by Java Proxy
I am writing a JAVA relaying proxy service, which acts a middlebox between the browser and the internet. Its purpose is to just look at passing web requests from the browser and responses to the ...
2
votes
0answers
530 views
DateTime format error im xml Soap response from webservice
Error in XML document (45,65). ---> System.FormatException: String was not recognized as a valid DateTime
I'm getting an XML DateTime exception on my C# web app client when I call a web service that ...
2
votes
0answers
317 views
Servlet response wrapper implementation leads to empty response
I tried to implement servlet response wrapper to modify the response.
My goal is to add couple of tags within html
This code works fine and tags are properly added to html.
But the problem is that ...
2
votes
0answers
953 views
smack “No response from server.” Error
Smack works fine on many xmpp server,but...
It fails on one server. "No response from server."
sent
<stream:stream to="talk.renren.com" xmlns="jabber:client" ...
2
votes
0answers
405 views
Android auto response with pre-recorded voice?
Is it possible to write an Android "application" that automatically (or manually on custom lock screen) responses the incoming phone call with the pre-recorded voice sound?
2
votes
0answers
454 views
Can a flash client handle multipart http response
I have a server process that takes 15-80 seconds to complete that is currently being requested via XMLHttpRequest in the background with a progress bar displayed to the end user while the request ...
1
vote
0answers
34 views
Unable to decode content with header X-Content-Type-Options: nosniff java
here is my code to get the capcha html but im getting the response which is totally not understandable, can anyone help me?
when i run this below code, im getting the output printed in different ...
1
vote
0answers
89 views
Android consuming RESTful WCF webservice
I'm trying make a request to a RESTful WCF webservice with two methods, but I'm having problem to access the method with a complex type parameter, its return a HTML formated error message instead a ...
1
vote
0answers
82 views
Web app fails to download files on certain browsers
I have a very strange problem with file downloads on my application. I searched long and wide and haven't been able to find a suitable solution. I will try to describe the problem as clearly as ...
1
vote
0answers
58 views
Adding error codes to Django
Currently, when an error occurs in my Django application this is what is returned as an error:
{
"name": [
"This field is required."
]
}
I saw that i can specify custom error ...
1
vote
0answers
57 views
how to use @ResponseStatus in spring restful
all,
I want to use @ResponseStatus return a message to client,flow:
@ExceptionHandler(value = { Exception.class })
@ResponseStatus(value = HttpStatus.NOT_FOUND, reason = "not found mapping please ...
1
vote
0answers
56 views
Return total number of rows found while paging in JAX-RS resource
I am creating a Jax-RS resource. I would like to return the total number of records in the response. I am using a named query and a header function to add a specific "Count" variable like following:
...
1
vote
0answers
92 views
Difference between last byte time and response time
what is the difference between last byte time and response time in web applications.
I found
Last byte time: the time in seconds it took to download the final server response
Response time: the ...
1
vote
0answers
30 views
how to modify server relative url in response
I use http.request a URL and put the response to a new response in Nodejs. But the response of the http request has some server relative url inside, for the links, resources etc.
how can I make the ...
1
vote
0answers
43 views
Simulate start writting servlet response
We have a servlet that prints a server side generated Excel file to the response output stream. The Excel file is generated by a single method which returns the complete file in a POI Workbook object.
...
1
vote
0answers
146 views
WCF Service response delay
I have a WCF Rest service, what I tested with Fiddler, cause I experienced slow performance on Android mobile devices. I'm not expert in server side, but I see server has latency before writing back ...
1
vote
0answers
66 views
Delayed HTTP response causes session to expire
My site requires creation of PDF reports based on user's request. Upon a request (I've used GET), my CGI generates the PDF first, only then I send the response (along with the PDF) to the browser.
In ...
1
vote
0answers
55 views
Send a post URL and saving the unique Key from the response and send POST using Key recieved from first response
My knowledge is very limited but im at a complete loss of how to begin this or what commands to use while scripting this, I was hoping that it could be done in javascript, its sending the POST data to ...
1
vote
0answers
108 views
TCP Slave responses
With the example from the jamod page I am trying to create a TCP Slave, which would accept WriteMultipleRegisters (fc16) requests and send appropriate responses. code:
//1. Prepare a process image
...
1
vote
0answers
109 views
WCF: Randomly does not respond
I have a peculiar problem with client requests randomly not getting a response to a WCF service call.
The setup is a Silverlight 5 application making calls to a WCF service, using both HTTP and ...
1
vote
0answers
55 views
on IE9 xml response wraps the XML content in <span> and <div>
On ie9 ajax xml response is not getting as a XML object it returns as a text and xml contents are wraps in <span> and <div>. Even if my response content type is "text/xml".
ex:-
"<DIV ...
1
vote
0answers
127 views
scrapy different hxs Elements for HtmlResponse and Response
I want to load url-adresses from a database and crawl each page. Therefore i tried to start a parse-function manually
My Problem is that even if the response attribute of the parse-function is exactly ...
1
vote
0answers
97 views
jquery captcha response no reaction
Hi I have a small problem with getting back information from the response with the captcha.
This is my "register script and this works oke.
$("#submit_button").click(function()
{
// refresh ...
1
vote
0answers
75 views
Expect: Easy way to check response for variable inside expect response
I am looking to see if there is an easy way to determine whether there is a loaded variable in an expect response similar to the one below. (Note $sb is switched out)
expect {
"some text\rsome ...
1
vote
0answers
148 views
Jersey response very slow
I am using jersey for REST service, and during measuring request time I encountered a delay in the response which seems to come from jersey itself.
While the computation of the request is about 8 ...
1
vote
0answers
35 views
How to use jquery to check response header when the page render
Is it possible to check the response header inside $(document).ready function? In one of our java apps, a filter is placed in front of some html pages, the filter is used to determine whether certian ...
1
vote
0answers
107 views
Using PHP as daemon, lots of network activity, crashing
Backgrond:
I currently have a daemon written in PHP. I knew PHP wasn't the best solution to this problem when I wrote it, but it's what I had access to at the time and what I'm doing makes PHP more ...
1
vote
0answers
64 views
Mask/Change certain response codes with Apache
I have an apache http server (A) with mod_proxy enabled sending all requests to a second machine (B).
In a normal situation a request X will go to server A and then be sent to server B. Server B will ...
1
vote
0answers
338 views
Slow broker in ActiveMQ 5.6
We have recently migrated from ActiveMQ 4.0 to ActiveMQ 5.6 and are noticing a slowing down of response time from broker by around 50-60 seconds. We are using the default ActiveMQ 5.6 setup and have ...
1
vote
0answers
264 views
Validating Spring Soap Webservice Response Serverside
I'd like to validate the response of a Soap Spring Webservice against XSD on server side.
The validation result should not lead to a soap fault.
For client compatiblity reason the webservice response ...
1
vote
0answers
428 views
Why is IE causing HTTP 500 responses from the LAMP server?
I have a cart system that uses (jQuery) AJAX to add a product to the cart, show the cart and update cart quantities.
In IE (8/9) the response rate from the server is about 50%. 50% HTTP 200 OK and no ...
1
vote
0answers
104 views
How do I make wget save 4xx response?
When I use wget and the server returns a 4xx response, wget does not store the response body. It just creates an empty file. I cannot find an option for this in the help. Is there a way to make wget ...
1
vote
0answers
294 views
JAVA and Flex via chrome error 2032. response body is too large
I have an application i made using java and flex, that communicate with json. I have tested it many times and it all work well, but after some test it just stop working.
in the debug process I notice ...
1
vote
0answers
305 views
https page is returning “Empty Response” in Chrome
I have a facebook app; as you know, facebook requires ssl certificates for app pages.
I've bought my SSL certificate from Godaddy. When I try to reach my app, it tries to access my https page but ...
1
vote
0answers
280 views
2D convex hull collision responses
I'm trying to make a 2D game using convex hulls for bounding volumes in a discrete physics system but I cannot seem to get the collision responses to work anywhere near what they should be doing. I ...
1
vote
0answers
305 views
Consuming SOAP webservice - null response
In my iPhone project, I have to consume webservices (public - no need
of authentication) for most of the data that I have to display to the
users.
I am struck with retreiving the data, I am pretty ...
1
vote
0answers
69 views
Ajax response contains more than expected
Filestructure
js/scripts.js
library/libary.php
modules/page.php
modulus/404.php
index.php
Explanation of the files
index.php looks what the path part of the url is, and require that file. So ...
1
vote
0answers
270 views
Passing values from one JSP application to another JSP application through header
I want to pass the values through header from one JSP application to another JSP application which is running at different domain.
We have the URL of the application of different domain. That ...
1
vote
0answers
210 views
Why do I got “KeyError: template_name” when serializing a Django Response object?
The cache middleware must pickle the Response object but sometime when it does, it fails:
[...]/.virtualenvs/project/lib/python2.7/site-packages/django/template/response.py in __getstate__
...
1
vote
0answers
348 views
netbeans web services generated using WSDL, return method
I am pretty new to web services and i've started working on a little project where i need to develope some web-services where i send a request to mysql db to retrieve some records now i've done most ...
1
vote
0answers
231 views
Rails 3: Insert HTML-Snippets into responses within a gem
I do have a question concerning the development of a gem for Rails 3.
I would like to insert specific HTML snippets/partials/fragments (e.g. a form or an image on a fixed position) into every HTTP ...
1
vote
0answers
621 views
Using a proxy to replace/modify http response data
I have wriite a small proxy (in Java), with the intention of modifying specific data from a web server response. The data is a deflate compressed XML file: only some of the elements do I want to ...

