ValLaboratory / dokushokai

社内読書会リポジトリです
4 stars 0 forks source link

2015-11-11 Aグループ #203

Open ssusan opened 8 years ago

ssusan commented 8 years ago

鈴木、茂木、丸山

hmaruyama commented 8 years ago

AB結合

hmaruyama commented 8 years ago

サービス提供側がやらないといけない

hmaruyama commented 8 years ago

プロトコルに沿って

hirotyobi-val commented 8 years ago

駅すぱあとで「経路がありませんでした」は404ではないのか?

→探索のURL自体が無効というわけではないので…

takashiyamazaki commented 8 years ago

/search/ekitansaku?syuppatsu=高円寺&toutyaku=自宅 で、結果0件は200?404? 個人的には、200。 では、結果が0件はどういうふうに取り扱うのが良い?

hirotyobi-val commented 8 years ago

存在しない駅コードを使ってURLを投げた場合は、400が返ってきた

探索結果0件は200が帰ってきた(内容1行だけ)

hmaruyama commented 8 years ago

githubは、アクセス出来ないページ(認可されていない状態)は、403ではなく404

hirotyobi-val commented 8 years ago

500系: t_wadaさん「正直すまんかった」

ssusan commented 8 years ago

503のRetry-Afterって使われてるのだろうか

hmaruyama commented 8 years ago

サービス提供側はなんでもできちゃう

hirotyobi-val commented 8 years ago

402 Payment Required(支払い要求) 意味は明快だけど、あくまで予約コードらしい!?

hirotyobi-val commented 8 years ago

Webサービスで存在しないキーを使っても403

takashiyamazaki commented 8 years ago

curl の headオプションは良く使う