Ayan Banerjee

Results 7 comments of Ayan Banerjee

As a temporary workaround, I am proxying a [single quote response](https://gistcdn.githack.com/ayan-b/ff0441b5a8d6c489b58659ffb849aff4/raw/e1c5ca10f7bea57edd793c4189ea8339de534b45/response.json) via [githack](https://raw.githack.com).

Replace line 30 link with this link: https://gistcdn.githack.com/ayan-b/ff0441b5a8d6c489b58659ffb849aff4/raw/e1c5ca10f7bea57edd793c4189ea8339de534b45/response.json Essentially, replace this: https://github.com/spring-guides/gs-consuming-rest/blob/2b4168375caa4b2ff6227b332dace8e13ab7cfd1/complete/src/main/java/com/example/consumingrest/ConsumingRestApplication.java#L27-L33 By: ```java public CommandLineRunner run(RestTemplate restTemplate) throws Exception { return args -> { Quote quote = restTemplate.getForObject( "https://gistcdn.githack.com/ayan-b/ff0441b5a8d6c489b58659ffb849aff4/raw/e1c5ca10f7bea57edd793c4189ea8339de534b45/response.json",...

Yes, it is a static page that shows only one quote, source [here](https://gist.github.com/ayan-b/ff0441b5a8d6c489b58659ffb849aff4).

Can confirm this. Doesn't work in Firefox 99.0 on macOS Monterey. A temporary solution is to use the [user-agent switcher](https://addons.mozilla.org/en-US/firefox/addon/uaswitcher/) extension and switch to Chrome's user-agent when using Telegram web.

How can we use this in a class component? > Another possibility is that there's a recent API change #520 (that I just now remembered to document 😅) that [lets...

Add your profile to the contributors section and your PR will be merged.:smile:

Wondering what's the point of all those changes?