Okay… that’s great… how soon do you think this can be settled… since we planning to effectively utilize it in our project… so we want it very ready before we start utilizing it…
Hello
To my opinion since the http server can be accessed from multiple devices… sending multiple requests should be considered a very common behavior… considering it can be on a LAN where connectivity is even faster… I think that would be best if handled internally by the web server… so as to...
When I type one letter and wait it works fine… but when i quickly type even two letters… which is what i would expect for the user to do… it keeps loading with no response…
Hello Team
We are using jQuery typeahead suggestions that perfom ajax request… when i type one letter and wait for response… it works fine, but when i quickly type it doesn’t provide a response… are there some limitations…? since this works perfectly on normal webserver… i have also tested...
Hello Team
I have tried the External HTTP Server… But i see i am unable to load css as they act as if they are loaded from localhost/css, rather than localhost:port/css…
On the other hand… I have also noticed a failure on curl requests to external https server… as i encountered the same issue...