Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 8 years ago.
Improve this question
I need to send a response to 2 clients, even though only one of them can make the request. How to do that?
you can use socket.io
http://socket.io/
First the clients open a connection to the server. Then the clients listen to a "event" that the server sends.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 5 years ago.
Improve this question
I have a app use this request url https://www.instagram.com/anyuser/media to get public ig json,
but now it just not working anymore.
I've checked Instagram blog, and no any announcement are found.
Anyone know what's going on?
https://www.instagram.com/{USER-NAME}/media/ was never officially supported or documented by Instagram. So never rely on undocumented or private APIs.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
I have some app-components on the same machine but in different languages that need to communicate. I am using socket communication over localhost to do so. The data transferred is confidential.
Should this communication be encrypted?
I mean an attacker would have to be able to run code on the machine in order to intercept this and in that case the user lost anyway, right?
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I'm searching for examples that show how to telnet on node.js app port and show how this has less overhead than telnetting on apache http port.
Can anyone help me?
If you're talking about overhead in HTTP headers, I would recommend you use something like Fiddler as this will tell you exactly that is being sent backwards and forwards for any requests.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
". ogg" files will not play on my website. The browser displays a 404.3-error. It has probably something to do with the configuration of the server. When I asked the server administrator, he referred to http://blogs.iis.net/bills/archive/2008/03/25/how-to-add-mime-types-with-iis7-web-config.aspx. But thats a guide that is intended for. NET users - and my website are made in classic ASP. How is the solution implemented in classic ASP - is it possible?
See also: https://developer.mozilla.org/en-US/docs/Configuring_servers_for_Ogg_media
You need to use IIS manager, which means you either need a remote desktop connection to your server or you need to get your server admin to do it for you.
Either way, instructions on how to add a mime type are here
http://technet.microsoft.com/en-us/library/cc725608(v=ws.10).aspx
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I've posted it to serverfault earlier, but had no response... Help me, please!
I have to monitor a network. In this network there are several voip devices, some of them are Linksys PAP2T. I'd like to get the name of this device over the network. For all other SNMP works fine, but how can I use SNMP on PAP2T or is there any replace?
Thanks!
According to the product data sheet, as far as I understand 'Linksys PAP2T' does not support SNMP at all.