dao42 / browser_warrior

A Rails gem that rejects non-modern browsers with only one line code
MIT License
124 stars 7 forks source link

JSON 接口的返回值不一致 #11

Closed 42thcoder closed 7 years ago

42thcoder commented 7 years ago

有如下路由:

  namespace :api, defaults: { format: 'json' } do
    resources :posts
  end

UA 被判定为 IE 的客户端调用 /api/posts, 服务端返回 HTML

windy commented 7 years ago

@42thcoder 已修复, 请更新至 0.7.0 版本.