Tagged Questions
0
votes
1answer
32 views
Using Javascript to add custom http header and trigger file download
I would like to start a simple file download through the browser, however an access token must be passed with a custom HTTP header:
GET https://my.site.com/some/file
Authorization: access_token
How ...
1
vote
0answers
31 views
Angular http caching - hash vs html5mode
Here's the thing, we want to be able to cache our partials(templates), using http headers.
After some thought we ended up with wanting to put our templates to the initially loaded html using the ...
0
votes
2answers
41 views
Update User Agent in Firefox
I would like to change my User Agent while browsing and display the changes on a website.
I already got a website that prints the UserAgent, simply using JS document.writeln(navigator.userAgent).
...
2
votes
2answers
154 views
Websocket output received by browser, complains about “Invalid UTF-8 sequence in header value ”
When I load the page in my browser, the page gets served correctly. When the javascript executes, Chrome's console output says:
Invalid UTF-8 sequence in header value
I have searched for that ...
0
votes
2answers
39 views
Remove referer from Javascript redirect
I need to do a Javascript based redirect
window.location.href = 'URL';
But I need to remove the referrer from the HTTP headers upon redirection (the target page should see no referrer), how can I ...
0
votes
0answers
59 views
Authorization header not sent by XMLHttpRequest depending on server configuration
I am trying to implement a simple login mechanism based on basic Http Auth for my static site using the technique described here.
Basically, you use XMLHttpRequest to do the first login with ...
-1
votes
1answer
28 views
Node.js HTTP - Request not expected. What's this?
It seems that when I tried accessing a URL via get, instead
of returning a string, it returned nothing.
Then the received header has a location: (url) thing. What is causing
this man!
See the ...
0
votes
2answers
40 views
Setting request header in ajax
I have trouble with a piece of ajax code. This is the error message I get from mod security:
/ajaxController.php?mod=catalog&op=ajaxSeenProducts HTTP/1.1
Access denied with code 400 ...
0
votes
1answer
19 views
can i set expire headers for js, images and css using javascript instead of apache configuration?
I read about expire headers to enhance performance of web site, all my search says it is only possible using apache configuration. Is there any way to do it with javascript?
thanks in advance.
0
votes
1answer
20 views
Headering X-csrftoken
I need create a log-in script to some form.
The problem is that the log-in required a X-scsrf-token.
I have the token itself, but the problem is that I cant find a way to send this parameter.
Thank ...
0
votes
1answer
55 views
how to set “Date” header for http request
I want to set the header for http request. The header name is "Date"
http_request.setRequestHeader("Date", headers.date);
But, when I see the request going out in firebug. I do not see the request ...
1
vote
2answers
89 views
CORS and Origin header?
When we need to do ajax request we do :
if(typeof XMLHttpRequest !== 'undefined') xhr = new XMLHttpRequest();
else
{
var versions = ["Microsoft.XmlHttp",
"MSXML2.XmlHttp",
...
18
votes
9answers
980 views
User recognition without cookies or local storage
I'm building an analytic tool and although I can get IP address, browser and operating system from the user agent.
I'm wondering if there is a possibility to detect same user without using cookies or ...
0
votes
1answer
115 views
Set Proxy-Authorization Header in ajax call
I'm shocked I couldn't really find anything online about this, but I'm running into trouble when I try to send a proxy authorization in the header of my ajax call. If I send is as below, I don't get ...
0
votes
0answers
136 views
HTML5 video: Modify http range request headers
I have a html5 video player (video -tag). When the page loads it will send request to video file.
Is it possible to modify the http request headers Range field? (see the screenshot, between 2 red ...
0
votes
1answer
176 views
ajax call from pure javascript not returning response from remote php file(no jQuery)
I am using pure javascript to make an ajax call to a PHP file which is residing in the remote server. But it is not returning the response.
The page which is making the ajax call is in my localhost.
...
1
vote
3answers
2k views
Adding a custom header to HTTP request using angular.js
I am a novice to angular.js, and I am trying to add some headers to a request:
var config = {headers: {
'Authorization': 'Basic d2VudHdvcnRobWFuOkNoYW5nZV9tZQ==',
'Accept': ...
1
vote
0answers
38 views
why ie request twice for the UI's html?
I am working on a client server application,in which we open client on our pc by URL:http:\[ip of server]:[port no]. The client's GUI is divided into parts and right click is disabled on left pane.
...
1
vote
1answer
116 views
JavaScript CORS Post Request has empty parameters on the server side
When I want to sent a POST request to my server it works, but the parameters are empty. In another topic on stackoverflow, I read that it could be a problem with the headers. Also also tried it with ...
0
votes
0answers
62 views
How to send a completly new request in javascript
I'm currently writing a userscript. That means, javascript is "injected" into a website the userscript specify by your browser when visiting.
Now I want to only get the last 500 bytes of e.g. this ...
1
vote
0answers
106 views
Java script error at line:36,char:3,Error:object expected,code:0,URL:http:\\localhost:6741/content.html
I am working on a client server application,in which we open client on our pc by URL:http:\\[ip of server]:[port no].
The client's GUI is divided into parts and right click is disabled on left pane.
...
0
votes
1answer
63 views
How can I reliably prevent a HTTP referer from being sent to another website?
I'm trying to address a privacy issue where the HTTP referer field is being populated after performing a HTTP POST.
In other words, I need to HTTP POST to retrieve some data from SITE A, and want to ...
4
votes
2answers
105 views
Different security measures for websites (HTTP Headers, etc.) [closed]
This is a bit of an open-ended question and I apologize for this. But I think it is useful and I hope it won't be closed.
I'm working on a website that is handling highly sensitive content and I am ...
4
votes
1answer
114 views
Can I use the HTTP range header to load partial files “on purpose”?
I'm playing around with the HTTP range header (specs).
From what I understand I can set byte ranges of files ala
0-199/2000
200-499/2000
500-799/2000
etc
Question:
Say I only want to access ...
0
votes
0answers
69 views
Create HTTP-request in Javascript
Is is possible to create and send a similar HTTP-request using the POST-method in JavaScript?
POST register.jsp HTTP/1.1
Host: hi/iq
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; ...
1
vote
1answer
40 views
Differentiate between first download of the page and all subsequent downloads of the same page
I have a static page (by static, I mean html, css and javascript are fixed on the page).
On the server side, I can tell (based on server-side session info) whether this is the first loading of the ...
2
votes
1answer
150 views
Play Framework 2.1 is returning HTTP Headers instead of JavaScript
When requesting a public asset in Play Framework 2.1, I get HTTP Headers instead of JavScript/asset source.
I have this problem in Safari on iPad, it happens often and on random JavaScript files.
...
2
votes
1answer
494 views
AngularJS: ignoring Content-Type parameter
I am currently struggling with an error that appears in my Chrome developer tools console
GET http://localhost:8080/movie_db/search/movie?movieTitle=Machete 415 (Unsupported Media Type)
when I try ...
0
votes
1answer
44 views
Setting a custom header on the server-side, and retrieve its value using JavaScript on the client side
Is it possible to set a custom header as part of a GET response from the server-side, and retrieve its value using JavaScript/JQuery on the client side once the response is received?
If so, what is ...
5
votes
4answers
1k views
Adding HTTP Basic Authentication Header to Backbone.js Sync Function Prevents Model from Being Updated on Save()
I'm working on a web application that is powered by a restful API written with Python's CherryPy framework. I started out writing the user interface with a combination of jQuery and server side ...
0
votes
0answers
47 views
Setting custom HTTP headers for dojox.io.script.get
I have Javascript app using dojox.io.script.get to make a GET request to a data-provider domain, which is different from the domain I'm issuing the request from (therefore I am relying on JSONP). I ...
1
vote
1answer
369 views
Using XMLHttpRequest without CORS by modifying HTTP headers?
I'm doing some tests with the (deprecated) Twitter API 1.0
For example, I want to get data from the API, client-side using AJAX browser requests from any cross-origin webpage. It can be a new blank ...
0
votes
0answers
35 views
Cookies are not sent over Https URL from Http webpage
I am working on a project that sends Login credentials from an Http page to HTTPS url with Ajax XMLHTTPRequest.
Login is successful as expected.
But now I am trying to logout with same technique,by ...
-1
votes
1answer
258 views
Downloading page with HtmlUnit throws exception
I am trying to download this page: http://ekw.ms.gov.pl/pdcbdkw/pdcbdkw.html using HtmlUnit 2.11. After GET on this page there is JS script computing and setting cookie and submitting the form.
I ...
0
votes
4answers
125 views
Protecting JSON in Javascript?
I used jQuery Ajax to talk to php script, then it returns JSON. Then, the returned JSON Array Object is assigned to Javascript Variable var myJSON = ajaxReturn;
Normally the returned JSON values are ...
1
vote
0answers
156 views
Following redirects in Node.js
I'm working on proxy for downloading files from Google Docs. Since the download urls Google Drive API gives for non-gdrive filetypes (pdf, txt, jpeg) are redirects and having read [1] and [2], I ...
0
votes
1answer
454 views
Play 2.0.1 and setting Access-Control-Allow-Origin
I have a Play 2.0.1 application that I want to call using Javascript hosted on other domains. My Javascript call is failing with:
Origin http://mydomain.com is not allowed by ...
1
vote
0answers
783 views
Login/logout HTTP authentication through XMLHttpRequest: IE sometimes pop up login window
I'd like to have a custom login form to authenticate to a web server. The server is very simple (it is based on an embedded platform) so I can't use complex mechanism (php, asp, ssl, ...). For my ...
2
votes
0answers
295 views
XMLHttpRequest Access-Control-Allow-Origin fails for image first few times
I use this code around 20 times to load images from my external server:
var xhr = new XMLHttpRequest();
xhr.open('GET', uri, true); //uri is the image link
xhr.responseType = 'blob';
xhr.onload = ...
0
votes
4answers
233 views
Cross domain AJAX results in 403 forbidden
We are trying to make cross domain AJAX call via POST. If we directly try to access bbb.com from aaa.com it will ask for credentials. Only after giving credentials will we be able to access bbb.com. ...
0
votes
2answers
183 views
Check image HTTP status codes using jQuery/JS?
is it possible to check the status codes of images using jQuery/JS?
For example,
img1 = ...
0
votes
1answer
454 views
AngularJS and Apiary.IO - can't read any response headers?
I mocking my API using Apiary.io. But somehow I cannot read any headers from response object using angularJS. And I am sure i have at least Content-Type: application/json correctly set-up by checking ...
1
vote
1answer
114 views
Github API get the link header with ajax
I'm using github api for a small web app and at some point I need to get link header for the pagination.
The final goal is to get the total number of commits per repository, I found that python ...
2
votes
3answers
606 views
Can I set headers in cross domain json requests?
I have done some research on the internet, but I didn't manage to get the complete picture about this subject. Can anyone help to solve this answer for now and forever?
This is what I found so far:
...
1
vote
1answer
190 views
JSON ParseError even though request was successful
I am getting a JSON parseerror even though the return from the server was successful. Here is my save code where fail() is always being run
@model.save()
.fail(=> @resetForm() )
.always (obj, ...
1
vote
1answer
49 views
Getting invalued response why?
Below code in my request.asp page
<%
dim http,http_response
set http = createobject("msxml2.serverxmlhttp")
http.open "GET", "http://domainname.com/test.asp", 0
http.send ""
...
0
votes
1answer
52 views
Cache-Control through Front-End?
I'm having performance issues, and I noticed that my application is sending cache-control:no-cache in the HTTP headers. I've been researching methods on how to fix this, and ran across a few that ...
2
votes
3answers
717 views
Prototype AJAX request being sent as OPTIONS rather than GET; results in 501 error
I'm attempting to access a web service with Prototype/AJAX and am running into an error I can't figure out: it seems that when I make a request to a server my request is interpreted as an OPTIONS ...
2
votes
1answer
182 views
jQuery .ajax PUT request not respecting custom header
I'm losing my custom header when using PUT type with .ajax. But, the header is fine with GET, but gets mangled with PUT. Please see evidence 1:
// GOOD GET:
$.ajax({
url: url,
type: 'GET',
...
0
votes
1answer
189 views
XMLHttpRequest with modified Accept header in Chrome extension
I am incorporating a DOI-to-formatted citation feature in my Chrome extension. dx.doi.org introduced content negotiation about one year ago to support this kind of activity.
I noticed some odd ...


