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.

Remote config fetched with POST

See original GitHub issue

The agent appears to be making POST requests for remote config when the documentation says it should be a GET.

ERROR [request] beater/common_handler.go:299 error handling request {“request_id”: “f4f601e1-7bbc-41af-9bc7-3537f8f05315”, “method”: “POST”, “URL”: “/config/v1/agents”, “content_length”: 438, “remote_address”: “xxx.xxx.xxx.xxx”, “user-agent”: “elasticapm-java/1.8.0”, “response_code”: 403, “error”: {“error”:“forbidden request: endpoint is disabled”}}

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
felixbarnycommented, Aug 6, 2019

Is getting the config with a POST request officially supported?

Yes

0reactions
eyalkorencommented, Aug 6, 2019

I am very glad it works for you. Thanks for keeping me focused. I am closing this issue now, if you feel strongly about the fact this must be documented you may open an issue at the APM server repo.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Firebase Remote Config loading strategies - Google
An effective strategy is to load new configuration values to activate on your app's next startup. In this strategy, your app activates fetched...
Read more >
Firebase Remote Config fetch duration - Stack Overflow
We are consistently seeing anywhere from 6 to 25 seconds to fetch remote config on good internet connections. Is this normal or are...
Read more >
Firebase Remote Config: 3 lessons learned - Dipien
Lesson #3: Propagate Remote Config updates in real-time · 1. Subscribe client app instances to an FCM topic · 2. Create a function...
Read more >
Fetching Firebase Remote Config parameters properly using ...
In this article, I'm going to show you how to fetch Firebase Remote Config parameters safely and also keep your app behavior consistent....
Read more >
Remote Config with Firebase - Different flavors, same build
Once we set the configurations, the next step is to fetch and activate the remote config data. After this step, you can easily...
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