question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

help with adding custom headers

See original GitHub issue

help with adding custom headers photo_2021-04-06_14-05-30 this is a screenshot from an example. My code doesn’t work either. in Mainifest.xml <meta-data android:name="asset_statements" android:resource="@string/asset_statements" /> in string.xml <string name="asset_statements" translatable="false">[{ \"include\": \"https://qwerty.com/.well-known/assetlinks.json\" }] </string>

file from site: https://qwerty.com/.well-known/assetlinks.json [{ "relation": ["delegate_permission/common.use_as_origin"], "target" : { "namespace": "android_app", "package_name": "my.app.android", "sha256_cert_fingerprints": ["52:52:52:52:36:D9:4E:F3:DB:E5:3E:0E:7A:2D:3C:D8:08:8E:7A:FF:56:FC:30:E0:59:AC:05:43:CE:CE:CE:CE"] } }] the rest of the code is as in the example [(https://developer.chrome.com/docs/android/custom-tabs/headers/)]

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
namnh-0652commented, Dec 14, 2021

@andreban I setup my assetlinks file here https://namnh-0652.github.io/.well-known/assetlinks.json and try the demo app with my link “https://namnh-0652.github.io” but no headers are added.

CCT version 9x.

@DmitryDogar , @lionandbull any updated status from you guys?

0reactions
rocklasscommented, Dec 30, 2021

@andreban I setup my assetlinks file here https://namnh-0652.github.io/.well-known/assetlinks.json and try the demo app with my link “https://namnh-0652.github.io” but no headers are added.

CCT version 9x.

@DmitryDogar , @lionandbull any updated status from you guys?

Same issue for me with the demo app (here is my assetlinks file)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Custom HTTP Headers - KeyCDN Support
Custom HTTP headers are extremely useful for providing additional information. Learn more about using, naming, and implementing them.
Read more >
Create custom headers in backend services | Load Balancing
Working with custom response headers · Go to the load balancing summary page. · Click Backends. · Click the name of a backend...
Read more >
How to Add Custom Headers in ASP.NET Core Web API
In this article, we are going to learn how to add custom headers in ASP.NET Core Web API and how to enable it...
Read more >
Custom Headers | Theme Developer Handbook
Custom headers allow site owners to upload their own “title” image to their site, which can be placed at the top of certain...
Read more >
Add Custom Header - PortSwigger
Select the Add Custom Header tab and enter the header name and hard-coded value. · Select Project Options -> Sessions · Add a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found