baidu/openrasp

X-Protected-By never present in version 1.3.7

zg2pro opened this issue · 2 comments

zg2pro commented

Hi,

I have been able to rebuild the project completely and introduce new startup logs, and here's what I'm getting:
image

So it seems openrasp starts correctly and the config with its "X-Protected-By" header is correctly set. Though when accessing my application, I'm not seeing any X-Protected-By anywhere neither on the GET nor on the POST requests. I just see new cookies. Also, it seems that I also can't turn on debug logs with the config. Would it mean that my config is loaded but somehow never used ? Could you please help me understand what could be causing this issue ?

My response headers:
image

Best regards

Probably due to SpringCloud is unsupported for now.

zg2pro commented

Hi @CaledoniaProject

That's right, I'm working with a spring-cloud -gateway.
Any idea on when it could become supported by openrasp ? or what other options I've got ?

BR