Questions tagged as 'http-headers'

0
answers

Logging In Dynamically

Hello, I have a mobile app that uses html, css and javascript and works as a simple web system interface. This app uses an iframe on the main page to open this system. The web system has two login and password pages and one for data visualizatio...
asked by 24.10.2018 / 16:11
0
answers

Parameters with ':'

I tried to send a headers and had the following error: "Invalid header name b ': authority'" And this error is repeated for: ': method', ': path' and ': scheme' The question is, should I send it without the ':', or can I go without submitting...
asked by 13.10.2018 / 23:15
0
answers

Android - Download Manager simply does not download

I created an application to extract and download videos from pages with HTML players. Well, the problem is that some downloads start to download but they just stop, well to try to find out the problem I plugged my cell phone into the computer...
asked by 22.05.2018 / 19:35
0
answers

DataSnap Capturing Headers

Is there any way in DataSnap REST, to capture information coming from Headers (GET)? I researched and found: var oWebModule: TWebModule; sHeader: String; begin oWebModule := GetDataSnapWebModule; sHeader := oWebModule.Request.Conten...
asked by 13.04.2018 / 16:25
0
answers

Take photo of a system using xampp and javascript cors

Good morning. I need to access the url of a photo in my application, and I need to use http authentication using cors and xampp (where I can not configure), and AJAX because it's going to be an ionic app that will take this photo. > I tried...
asked by 06.02.2018 / 12:56
0
answers

Access to the http-headers of the Wordpress API using Angular 2

I have a very simple question on Angular 2 . I have an application that connects to Wordpress API Rest and I have a problem that I think is very simple, but I can not find a solution on the web. I need to retrieve the data that comes in...
asked by 13.03.2017 / 15:56
1
answer

How to change http accept language in Firefox Developer Edition?

I'm developing a site that should work for Portuguese and English - preferably automatically. For PHP I already got HTTP-ACCEPT-LANGUAGE, and now I have to start testing the code that will direct the content according to the language the browser...
asked by 03.03.2017 / 00:10
0
answers

How to use the contentType sent by the client on the server

Good afternoon! I'm trying to understand the function of contentType. As far as I know, I would be telling the server to use the formed JSON UTF8 to properly encode the data I am sending. contentType: "application/json; charset=utf-8", I...
asked by 07.07.2016 / 20:08
0
answers

How to use Ajax contentType to transfer XML and JSON data between services?

Good afternoon everyone! I need to pass data in XML and JSON formats to an API I'm developing. Every time I put the contentType: "application / json / xml; charset = utf-8" into my Ajax block, I get the following error XMLHttpRequest cannot lo...
asked by 07.07.2016 / 19:06
1
answer

How to differentiate a url typed by the user and the one invoked by the html code

I need to set up an analytical report for a client on which URLs each user on the network has accessed. However, the reports I've observed show thousands of records that are not good for this purpose. Quoting the apis, jpgs, js and css that html...
asked by 08.06.2016 / 05:53