I need to get json data by Https but all the services are behind a SSO (called JOSSO).
So when I use json type, Lumen can’t create the dataframe because it get a 302 redirect temp
code.
I am not sure how to resolve this.
- should I create a intake plugin which could follow redirection ?
- might it be include in Lumen ?
- do I need to create a middleware that do the redirection ? (I use lumen behind a Django app)
Do I missed up something ?
What is the best option ?