Objective
Determine:
- Ownership/control of kindle.now
- Whether the redirect is Amazon-operated
- Whether there is evidence of monetization / affiliate tracking
1) Full Redirect Chain (Observed)
1)
http://kindle.now
→ 301 (Server: redirectv2)
→ Location:
https://www.amazon.com/kindle-dbs/storefront
2)
https://www.amazon.com/kindle-dbs/storefront
→ 302 (CloudFront / X-Amz headers)
→ Location: /amz-books/store?filters=FORMAT[kindle_edition]
3)
https://www.amazon.com/amz-books/store?...
→ 200 (final page)
2) Proof #1 — Originating Server (Decisive)
Header:
Server: redirectv2
Analysis:
- This response is generated at the domain level (kindle.now)
- It occurs before any request reaches Amazon
- No Amazon headers present at this stage:
- No X-Amz-*
- No Via: CloudFront
Conclusion:
The redirect is executed by a non-Amazon server, proving third-party control
3) Proof #2 — Control Boundary (Hop-Based Attribution)
Observed structure:
[Third-party server] → 301 → Amazon
[Amazon] → 302 → internal routing
Analysis:
- In HTTP, the first redirect defines control
- Amazon only participates after the user is already redirected
Conclusion:
Amazon is the destination, not the initiating system
4) Proof #3 — Amazon Infrastructure Signature (Appears Later Only)
Headers (Hop #2+):
Via: CloudFront
X-Amz-Cf-Id: ...
X-Amz-Rid: ...
Analysis:
- These are unique to Amazon’s CDN and backend
- They appear only after the redirect lands on amazon.com
Conclusion:
Confirms a handoff from third-party → Amazon infrastructure
5) Proof #4 — Absence of Amazon Control Signals at Entry
What is NOT present at hop #1:
- No CloudFront edge headers
- No Amazon TLS/CDN fingerprint
- No Amazon domain in the request origin
Analysis:
- If Amazon controlled the domain:
- Traffic would originate from Amazon infrastructure
- Amazon headers would appear immediately
Conclusion:
No technical signal of Amazon ownership or control over kindle.now
6) Proof #5 — Use of Plain HTTP on Entry
Observed:
http://kindle.now → 301
Analysis:
- Initial request is accepted over unencrypted HTTP
- Amazon-controlled brand entry points typically enforce HTTPS at edge
Conclusion:
Weak but supportive indicator of non-Amazon implementation
7) Proof #6 — Destination Path is Public Amazon Routing
Path:
/kindle-dbs/storefront
→ /amz-books/store?filters=FORMAT[kindle_edition]
Analysis:
- These are internal Amazon navigation endpoints
- Not restricted or partner-exclusive
- Can be accessed directly without authentication or affiliation
Conclusion:
Destination is legitimate Amazon infrastructure, but not ownership evidence
8) Proof #7 — Double Redirect Pattern (301 → 302)
Observed:
- 301 (external)
- 302 (internal Amazon)
Analysis:
- 301 = domain-level forwarding
- 302 = internal routing inside Amazon
Conclusion:
Standard web behavior; not evidence of affiliate tracking
9) Proof #8 — Product Page Behavior (Critical Monetization Check)
After clicking a book, resulting URL:
/dp/ASIN?ref=...&pd_rd_*...&pf_rd_*...
Observed:
No tag= parameter (Amazon Associates ID)
No external tracking token carried forward
No persistent referral identifier
Present parameters:
- ref= → internal navigation label
- pd_rd_* → session tracking
- pf_rd_* → UI placement tracking
Conclusion:
No observable affiliate tracking or monetization signal
10) Proof #9 — ccs_id Parameter (Non-Deterministic)
Observed earlier:
ccs_id=UUID
Analysis:
- Appears to be an internal Amazon identifier
- Not publicly documented as affiliate-specific
- Does not persist to product-level URLs
Conclusion:
Cannot be used as proof of monetization
Final Determination
Conclusive (Proven)
- kindle.now is controlled by a third party
- Redirect is executed outside Amazon infrastructure
- Traffic is forwarded into an Amazon Kindle storefront
Not Proven
- Affiliate monetization
- Revenue attribution
- Any formal relationship with Amazon
Bottom Line
kindle.now is a third-party domain using a simple redirect to send traffic into Amazon’s Kindle store.
The infrastructure and headers conclusively show it is
not Amazon-controlled, and there is
no technical evidence in the redirect chain or downstream URLs that confirms affiliate tracking or monetization.