Vercel and infinity free rest api php

how do i solve CORS issue in infinity free php to my vercel app. thank you

Here is another user question but it was in the wrong category


6 Likes

What CORS issue are you referring to exactly?

If you are trying to access an API at Vercel from a web page with us, then you need to setup the appropriate CORS headers at Vercel. Maybe Vercel provides a way to do it, or maybe you can do it from your API application.

If it’s the other way around, then nothing can be done. We provide website hosting, not API hosting, and it’s not possible to embed anything hosted here in a website elsewhere.

6 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.