Questions tagged as 'web'

1
answer

Apache Service detected with wrong path

When I initialize the Control Panel with XAMPP, I receive the following error message:    Apache Service detected with wrong path What can I do in this case? This is the execution log:    [main] Initializing Control Panel   [main]...
asked by 13.05.2017 / 21:13
1
answer

Push notifications for a web

I want to be able to send push notifications to a Facebook style website. That is, without the client (web) asking for notifications to be received by the server. I was thinking about making the communication with sockets, but I wonder how Faceb...
asked by 09.01.2017 / 08:46
0
answers

Nginx does not recognize php 7 [closed]

I have installed Nginx, MySQL and PHP 7, but when I do the phpinfo () test I only download the file and do not deploy it in the browser, I followed the installation steps of this link: link I do not know what the error could be.     
asked by 26.02.2017 / 16:49
0
answers

SOAP web service consumption with certificates

I must make an application in C# where I can consume a web service of a Bank, using certificates: These are the transport, messaging and security management protocols in the messages: Transport Protocol: HTTPS in two ways Messaging...
asked by 15.12.2016 / 13:55
0
answers

IcoMoon error when displaying icon / character

I'm doing a layout and trying IcoMoon for the icons of social networks. I created my repository, downloaded it and implemented it but when loading the page it shows a character error instead of the expected icon, I was trying to debug it but w...
asked by 06.01.2017 / 08:52
2
answers

Wait for a change in the database to return the result in web api controller

I have programmed some Web Api controllers to feed a mobile application with data ... In one of the controls I must wait for a column in a table for a specific ID to change to return a response (in this case a JSON) I was trying to use Sql...
asked by 18.10.2016 / 00:26
3
answers

Pass JavaScript variable to PHP

Good afternoon, classmates, I have a problem, I hope you can support me, I need to pass data stored in a variable using JavaScript to PHP, how can I do that? I came up with the following but I see that you can not: <body> <scrip...
asked by 22.06.2018 / 21:58
2
answers

htaccess rule on my website

I have this rule in my htaccess RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !index RewriteRule (.*) / [L] RewriteCond %{HTTPS} off RewriteRule .* https://%{HTTP_HOST}%{RE...
asked by 01.03.2017 / 22:20
1
answer

RETURN DATABASE IMAGE AND SHOW ON BROWSER

I would like you to help me with a little doubt that I have, is it possible to save images in databases and return them to the browser but that works as if you were reading only the image? I hope you have understood me, just here I leave an exam...
asked by 11.12.2018 / 18:52
1
answer

The necessary tags in an HTML5 document

I usually use a series of labels that I think are the most used and the most efficient within the tag . I would like to know if I am missing any important tags, or if I am using others that are no longer necessary for a good html file. <...
asked by 20.09.2018 / 09:34