Ghost/core/test/functional/routes/api
kirrg001 79959d9581 🐛 Fixed public api access on custom domain
no issue

- if you blog runs on a custom domain, but your admin panel is configured using a different domain
  -> Ghost losts the origin header
- we had this situation once with pretty urls (your request get's redirected from /posts to /posts/, see https://github.com/TryGhost/Ghost/pull/8094)
- we've moved all our redirect logic to Ghost and ran into the same situation
- i've added proper test to ensure it won't happen again
2017-09-14 07:55:14 +07:00
..
authentication_spec.js 🐛 Fix error message for login when password wrong (#8594) 2017-06-19 10:37:58 +02:00
configuration_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
db_spec.js Add ghost-backup client to trigger export (#8911) 2017-08-22 11:15:40 +01:00
error_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
notifications_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
posts_spec.js 📖 new default post content (#8548) 2017-06-08 16:36:14 +01:00
public_api_spec.js 🐛 Fixed public api access on custom domain 2017-09-14 07:55:14 +07:00
settings_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
slugs_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
spam_prevention_spec.js 🐛 Fix error message for login when password wrong (#8594) 2017-06-19 10:37:58 +02:00
tags_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
themes_spec.js 🎨 gscan 1.1.0 & optimisations 2017-06-06 13:07:50 +07:00
upload_icon_spec.js 🎨 Blog icon improvements (#8260) 2017-04-11 13:40:17 +02:00
upload_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
users_spec.js 🐛 fix unknown user id on deactivated event 2017-07-18 18:20:10 +01:00