Liquid syntax error: 'raw' tag was never closed
For further actions, you may consider blocking this person and/or reporting abuse
Liquid syntax error: 'raw' tag was never closed
For further actions, you may consider blocking this person and/or reporting abuse
TheDev -
Sadiq Shah -
Chipm0nk -
vamstroy -
Top comments (2)
Hi @fredabod , nice introduction to this topic.
Pointing out improvement points:
Assuming that the headers look like that:
I'd change
for
just to avoid runtime errors if something went wrong (e.g. Authorization being undefined) as well as for maintainability as you can know what it does by just reading at this while in the array hardcoded position implementation you can be wondering "what the heck does Authorization have?".
Also take a look at CORS and specially to the DB Salt concept so you get better security on this.
Hope it helps somehow, best regards 😁
This was really helpful. Thank you @joelbonetr