We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Idea for part of #31.
Right now, we have no return value, so this can be very simple.
When the browser fetches any resource:
GET /some-resource Host: intermediary1.example
The response can include a header field.
200 OK Save-Impression: conversionSite=advertiser.example;histogramIndex=2;\ filterData=12;lifetimeDays=7 Content-Type: image/jpeg AD DATA
The browser infers the intermediary identity from the origin of the request.
If we want to define a response, then we can use a link relation trick, which I'll detail in other issues.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Idea for part of #31.
Right now, we have no return value, so this can be very simple.
When the browser fetches any resource:
The response can include a header field.
The browser infers the intermediary identity from the origin of the request.
If we want to define a response, then we can use a link relation trick, which I'll detail in other issues.
The text was updated successfully, but these errors were encountered: