Questions tagged as 'http'

1
answer

Query about the web address that you see in the browser bar

I have a shared hosting and all the domains are inside the public_html folder Within that folder there are several subfolders. I know I have to modify something in the htaccess, but I do not find that My page is inside public_html inside a...
asked by 27.02.2018 / 21:16
1
answer

Links crossed out when sharing on Facebook

I made a Facebook application that I linked to my site with the PHP SDK v5 on Facebook, with this application the user logs on to my site and I give him the option to publish on my site, while it is published on the site. site is shared in certa...
asked by 03.04.2016 / 08:32
3
answers

How to send values by GET other than those in the form?

I have a form to send data by GET and I want to send an additional data annexing it to the URL, the code is: <form action="/Libro?accion=salvar" method="get"> <label for="titulo">Titulo</label> <br&...
asked by 18.11.2016 / 18:09
3
answers

SSL Certificate for websites

I received an email from Google telling me that the non-HTTPS websites will be penalized:    Unsafe pages that collect passwords will generate warnings in Chrome 56 for xxxxx.es       To: owner of xxxxxx.es       As of January 2017 Chrome (...
asked by 24.01.2017 / 17:20
1
answer

curl php to http redirecting to an https

I have a problem, I try to curl a url that contains a post to an https url, the problem is that I only capture the first url and jump to the second but it does not capture it. url 1: http: //s7494.home. us/m/fun4.php url 2: https: w...
asked by 12.07.2016 / 10:24
3
answers

Is there any way to pass data between links?

I want to make a page of redireccionando.html but I have several links in índex.html and I do not want to have to do redireccionando_link_1.html , redireccionando_link_2.html , etc. Is it possible that I only have to...
asked by 22.12.2016 / 21:27
4
answers

Problems with the $ _GET

I have this code and a value in the url that I call with the function: $ _GET (called cID = (Number)) I'm stuck and I can not make the query I do with the json, the only way it works is adding the number manually, but I need you to take it from...
asked by 15.06.2016 / 18:01
2
answers

AngularJS request header field Content-Type is not allowed by Access-Control-Allow-Headers

Starting to use Angular JS and I need to make a post request to a server. I am making the request in the following way: var Informacion= JSON.parse('{"username":"--","password":"--"}') $http.post('http://--:8080/taller-bd-11/usuarios/login',...
asked by 21.12.2015 / 07:35
2
answers

How to build a URL relative to the port but the same hostname?

I have made a front application with angularjs and I start it with Grunt. On the other hand I have the Back part that I raise it with a Tomcat v8.5 Server. To make the calls to back I use $ http of AngularJS using the routes that have provide...
asked by 16.02.2017 / 12:52
4
answers

how do I get the correct value to an HttpResponse response = mHttpClient.execute (httppost);

I have a post method. That consumes a Webservice that returns a boolean (ws) (everything is correct up here), as you know, it returns a true or false (which makes it correct) How can I recover this result? This is the code HttpResponse r...
asked by 02.10.2017 / 19:41