AtlasOfLivingAustralia / spatial-hub

New spatial portal front end using AngularJS
https://spatial.ala.org.au/
7 stars 16 forks source link

#390 fix(pass params/headers to all types of urlResponse ) #395

Closed qifeng-bai closed 3 years ago

qifeng-bai commented 3 years ago

Original urlResponse did not pass params and headers into next http request. And also, it did not pass the default headers, e.g. Accept to next level. Not sure why?

This commit mainly fixes those issues