Hi,
I am writing a simple http server in java, but when I try to send something back to clients(browers), e.g. 200 OK with some numbers in message body, IE has no problem to display them but in firefox, it always pops up a save file window instead of displaying the content directly. Do you have ideas why this happening?
Thanks!
I am writing a simple http server in java, but when I try to send something back to clients(browers), e.g. 200 OK with some numbers in message body, IE has no problem to display them but in firefox, it always pops up a save file window instead of displaying the content directly. Do you have ideas why this happening?
Thanks!