baidu / openrasp

🔥Open source RASP solution
https://rasp.baidu.com
Apache License 2.0
2.79k stars 602 forks source link

X-Protected-By never present in version 1.3.7 #440

Open zg2pro opened 1 year ago

zg2pro commented 1 year ago

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

CaledoniaProject commented 1 year ago

Probably due to SpringCloud is unsupported for now.

zg2pro commented 1 year ago

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