Questions tagged as 'http'

0
answers

Implementing Skype to the site

I'm testing the skype WebControl feature, where it's possible to add a skype chat window to the site. But I have some errors that I can not solve. The window itself appears, but there are errors in the console and I can not send the messages....
asked by 19.06.2018 / 20:05
1
answer

Several non-angular dependent requests

Hello, I'm doing an angular process, in the 'ngOnInit ()' method, where I need to perform 3 HTTP methods, which are asynchronous. one depends on the other's response. for example: 1st call: get a token 2nd call: it will only happen after t...
asked by 12.06.2018 / 16:07
1
answer

Iframe error not loading on Mobile (mobile)

I'm having trouble displaying iframe only on mobile devices (no dev tools simulating cell works okay, the situation is as follows: Site in wp Really Simple SSL Plugin installed (I tested it enabled and disabled) There are 3 different pag...
asked by 25.05.2018 / 15:17
0
answers

HTTPServer receives Axios OPTIONS and vue-resource

When I send a request with Axios or Vue-Resource, with the http server I end up getting an OPTIONS instead of DELETE, POST, or PUT. Requests: this.$axios.put('http://192.168.0.103:3389', {teste: 'teste'}).then(function (res) { console.lo...
asked by 20.05.2018 / 17:49
0
answers

Sending XML to JAVA - Angular 2

Well, I'm trying to send an XML from my view in Angular 2 to a Java backend. In the java I have a servlet that looks for the xml by the parameter: request.getParameter("xml") And in my angular service I'm doing the following:...
asked by 23.02.2018 / 19:09
1
answer

How to avoid multiple registrations of a malicious "person"? [closed]

How can I prevent or make it as difficult as possible for a person or a malicious machine to make multiple entries on my site? My form consists of 5 fields, which are: Name Surname E-mail Password Sex Only email can not be...
asked by 07.03.2018 / 22:36
0
answers

Error executing API requests using Axios and Vue-resource

I was consuming data from an API using XHR and it was working very well, but there were some changes in the design and there was a need to use Vue. I tried to make the same requests using Axios and soon after the Vue Resource but in both I was n...
asked by 27.12.2017 / 19:58
0
answers

Unknown content-type problem

What is the behavior of a web client (browser) when it receives an HTTP message with an unknown Content-type?     
asked by 21.01.2018 / 00:27
0
answers

Angular 4: Error when executing HTTP POST in JSON file: Not Found 404

Good Morning Friends, I'm learning Angular, using version 4.4.6 with Angular-Cli and I'm having trouble using the http post service. First I created a date folder where I stored my json file and added it to the angular-cli.json file. .a...
asked by 08.12.2017 / 14:40
0
answers

IIS 10 - Redirect HTTPS to HTTP request causing error MIXED CONTENT

I have a website in iis with HTTPS open, however, I need to redirect a specific request to http. Thisworks,however,thebrowserreturnsanerrorwhenissredirectstherequesttohttp.Following:MixedContent:Thepageat' link ' was loaded over HTTPS, bu...
asked by 09.11.2017 / 13:37