Felipe Drumond
Felipe Drumond
The idea is to enter the route and reload the specified template even though the user is already in that route.
Allow users to reload the template by navigating to the same url address. In Angular we can either set the route to not be reused or configure a behaviour to...
I want them to restart the component without having a 'restart button'. Not sure this is achievable by configuring the states or resolves.
It does not work in Edge or Chrome at all. There are neither WebSocket connections being made nor console logs.
@hadikman I found at https://github.com/tapio/live-server/blob/master/index.js#L45 that you must have a tag. your content
Hi @DjTrilogic I haven't solved this issue yet. I'm actually copying the X-UT-SID header from https://www.easports.com/fifa/ultimate-team/web-app/ requests and using it on my ow requests, bypassing the auth issue. I found...
I forgot to mention that based on other 460 erros I got, this auth issue may be related to incorrect data or headers being sent to /accountinfo. What you can...
Yes, you can relist all expired auctions using _ReListAsync()_ . The request url is https://utas.external.s3.fut.ea.com/ut/game/fifa20/**auctionhouse**/relist However, you have never created an auction for an item before, you must specify the...
Every item in auction has a TradeState (when you're trying to sell) TradeState == "expired" TradeState == null - when you bought an item and send it to the trade...
@jfversluis, I didn't check all the API actions in the aforementioned link, but I know that at least 'pub/market/GetMarketHistory' does not exist.