-
Notifications
You must be signed in to change notification settings - Fork 559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is not possible to get the referer
header field
#208
Comments
Hey @rnowosielski, I just wrote a quick unit test for this. A |
Never mind, investigated a bit more and it looks like it was indeed a bug. Committing a fix now. The root cause is that from the |
…Simple add was sending to an unimplemented addNull if the list didn't already exist. Also added unit test for issue #208
@sapessi Is there a way to download the most recent snapshot version, so I could test it in my code without having to build it myself? |
Yes @rnowosielski, changes are committed to the |
@sapessi I am having the same issue and seems to be caused by |
Hey @akrambek, that's where API Gateway stores the caller/referer. Could you test with |
hey @sapessi yep it works thanks! Looking forward to the official release. |
@sapessi do you have some rough estimate when 1.3 might go out ? |
@rnowosielski my best guess right now is end of December. |
👍 thanks for a quick response. |
Resolving in preparation for 1.3 release |
Seems API Gateway do not store |
Scenario
I am trying to retrieve the header from the original request using the
@HeaderParam("Referer")
annotation e.gExpected behavior
The logger should log the value of the
referer
header that was passed when calling the endpointActual behavior
The log entry states
Steps to reproduce
Create an endpoint according to the snippet in the "use case" section, and then call the endpoint by passing
Referer
header on the request.The text was updated successfully, but these errors were encountered: