Questions tagged [host]

A general-purpose computer system interconnected to some communications network, or communications networks for the purpose of achieving resource sharing amongst the participating systems is called Host.

A general-purpose computer system interconnected to some communications network, or communications networks for the purpose of achieving resource sharing amongst the participating systems is called Host.

This term is used in a number of Request for Comments (RFC) documents like RFC 871.

1857 questions
0
votes
2 answers

Is it possible to get the host in Application _Start?

I have a website with multiple host names bound to it. Is it possible to find out in Application_Start() which host is being used? I understand that I don't have a request at this point so I'm thinking probably not, however I know that each host…
BVernon
  • 3,205
  • 5
  • 28
  • 64
0
votes
0 answers

Can i 'find' my pc via browser by typing in the name without editing the host file

I have 2 PCs on my network. Both are assigned DHCP address. PC 1 is called 'test'. PC 1 has IIS installed and can server asp.net pages On PC 2 I open up a browser. If I type in 'test' I will not get the home page from PC 1 display. I assume to…
Andrew Simpson
  • 6,883
  • 11
  • 79
  • 179
0
votes
0 answers

How to host functional PowerPoint on IIS host

I'm trying to put a PowerPoint on a page on my server. I am able to use Iframes if need be, but currently, if a user opens a page with a PowerPoint, either through the page itself or through an Iframe, the PowerPoint prompts the user through the…
0
votes
0 answers

Host keeps going down running python TCP sockets

I'm currently working on a Python utility for LAN's, and currently, if I run the program repeatedly, it will intermittently throw this error. Traceback (most recent call last): File "netbin.py", line 49, in results = pool.map(ping,…
mosquito242
  • 353
  • 5
  • 17
0
votes
2 answers

Adding Subdomain for my ruby on rails server, how to do?

i've got some problems with my ruby on rails server. It is running under localhost:3333 in my debian vm under a windows8 host. I've installed apache2 and passengermodul for apache to get ruby. And then I've installed rails. Now I need a subdomain…
Felix
  • 5,452
  • 12
  • 68
  • 163
0
votes
1 answer

Is there a site / service / cloud that I can create an account, register key / value to use in my Android application via http, returning a json?

I need the following: A site where I can create an account and add key/value, something like: "my car" -> "Vectra GL". When I send via web service request the key "my car", it should return a json containing "Vectra GL". The purpose of this is…
Claud
  • 1
  • 1
0
votes
1 answer

unable to resolve host error with AWS Mobile Analytics on Android

I am trying to implement the starter code for AWS Mobile Analytics got from http://docs.aws.amazon.com/mobile/sdkforandroid/developerguide/analytics.html I have everything setup along with Internet permission in manifest but I am still getting this…
Wahib Ul Haq
  • 4,185
  • 3
  • 44
  • 41
0
votes
2 answers

URLOpen Error while combining url with word from wordlist

Hey guys im making a Python Webcrawler at the Moment. So i have a link, which last chars are: "search?q=" and after that im using my wordlist which i have loaded before into a list. But when i try to open that with : urllib2.urlopen(url) it throws…
0
votes
1 answer

python- How to properly send http GET requests to different Host-IPs but same host

I'm trying to make a small script to send GET requests to a Host that has multiple IP addresses. So far I was able to make the script send the GET requests with those different IPs all at once(same time), is there a simple way to make it so I…
Marie Anne
  • 301
  • 1
  • 2
  • 12
0
votes
1 answer

How to get the host address insode the routes.rb of RoR

I want to be able to get the host in the REST request directly from the routes.rb ( my application can be called from 2 different addresses ) I know that the object request is available from ActionController, but that is accessible only starting…
user3442206
  • 577
  • 1
  • 6
  • 22
0
votes
4 answers

How can learn to make a website(just for practising) without paying for domain and host?

I am learning how to make a website and wondering if it's possible to build my own website just for learning purpose without paying for domain and host? In other words, how can I practise making a website in which I can do almost all things like…
Mr Cold
  • 1,565
  • 2
  • 19
  • 29
0
votes
1 answer

Developing an app with Android Studio, is there any way I can upload an image to a hosting server?

I'm using Android Studio to develop an application. I'd like to ask the user of the app to make a photo or upload an image of his device, and I'd like to know if there's any way that I can take this file, upload it to a hosting server and get the…
Dakrad95
  • 1
  • 2
0
votes
0 answers

how to find a client ip and host name in java?

Code for returning IP address: String computerName = null; String remoteAddress = request.getRemoteAddr(); System.out.println("remoteAddress: " + remoteAddress); try{ InetAddress inetAddress = InetAddress.getByName(remoteAddress); …
0
votes
1 answer

Batch - How to detect if a game server is running on a distant machine

My friends and I play Unturned and everyday someone else hosts the server. I would like to make a batch file that checks if the server is already running on someone else's PC. We sync our server files using Dropbox. This means files could get…
TypicalHog
  • 175
  • 1
  • 3
  • 12
0
votes
1 answer

OwinHost.exe vs Custom Host

Katana has 3 popular Host: ? IIS/ASP.NET Custom Host OwinHost.exe My question is what is the difference between Custom Host and OwinHost.exe?
user1968030
1 2 3
99
100