Domande taggate «http-error»

30
HTTP Errore 503. Il servizio non è disponibile
Sono davvero nuovo a configurare i server Web in generale. Ho IIS 8 su Windows 8 e sto provando a configurare un piccolo sito localmente, mentre sto facendo un po 'di sviluppo. In IIS scelgo Aggiungi sito, assegna un nome, punta a un percorso in cui ho un file index.html …
395 asp.net  iis  http-error 

12
Come rispondere con errore HTTP 400 in un metodo Spring MVC @ResponseBody che restituisce String?
Sto usando Spring MVC per una semplice API JSON, con un @ResponseBodyapproccio basato come il seguente. (Ho già un livello di servizio che produce direttamente JSON.) @RequestMapping(value = "/matches/{matchId}", produces = "application/json") @ResponseBody public String match(@PathVariable String matchId) { String json = matchService.getMatchJson(matchId); if (json == null) { // TODO: …
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.