Hello, I’m trying to make requests with a custom h...
# contributing-to-airbyte
c
Hello, I’m trying to make requests with a custom header to the airbyte-server. I added the new header name I want to pass in my requests to the CorsFilter, ACCESS_CONTROL_ALLOW_HEADERS, but it seems to have no effect, is there any other place I have to change something? (I’m not familiar with Java). After the changes, I’m building the server with “./gradlew airbyte-server:build”. Thanks!
u
After building the airbyte-server container did you started using
dev
tag?
docker ps
should show this
u
I’m just restarting the docker with any extra option, I will try your recommendation
u
you need to start the server with dev... one way is https://docs.airbyte.io/contributing-to-airbyte/developing-locally BUT, this will build the entire project. Sometimes I only change the version in the
docker-compose.yml