DEV Community

Janet-0717
Janet-0717

Posted on

Day 17

17/8
Today, I encountered issues with cross-origin resource sharing (CORS) when trying to connect the PHP website with the Flask server. The browser blocked requests due to the servers being on different domains, which prevented the proper transmission of session information. As a result, each request was treated as a new session, disrupting the continuity of customer interactions. I spent the day researching various CORS solutions and experimenting with different configurations to resolve this issue. Although the problem was not fully resolved today, significant progress was made in understanding the challenge and potential solutions.

Top comments (0)