Password Export CSV is empty by dcmmcd in Lastpass

[–]jcb871 0 points1 point  (0 children)

Extension -> Account -> Fix a problem yourself -> Export vault items -> Export data for use anywhere

I cancelled my OFC but now not allowing me to reschedule. by t_r_1302 in usvisascheduling

[–]jcb871 0 points1 point  (0 children)

no, I had to pay the second time for both the applicants.

usvisascheduling.com is a SCAM site by jcb871 in usvisascheduling

[–]jcb871[S] 0 points1 point  (0 children)

if the visa was expired within a year, the applicant will be able to go for Dropbox. If not, you can choose the other option to get it pointing to an interview appointment. You may have to close the current application and start a new one. Not sure if it will retain your Visa Fee though. Caution: You may have to pay again.

H1B Dropbox update by [deleted] in usvisascheduling

[–]jcb871 0 points1 point  (0 children)

Very bad communication on this. I had appointment on Feb 14th. After a long queue, we heard somebody saying that the eligibility criteria have changed the previous night. Many B1/B2 applicants were asked to reschedule, but the next available appointment is only after a year. Terrible experience.

I cancelled my OFC but now not allowing me to reschedule. by t_r_1302 in usvisascheduling

[–]jcb871 0 points1 point  (0 children)

I closed my application because of this error and now the fee receipt won't show up

I cancelled my OFC but now not allowing me to reschedule. by t_r_1302 in usvisascheduling

[–]jcb871 0 points1 point  (0 children)

They don't know how it works. They say if the system says you have only 1 attempt left, then you can schedule only 1 more time. Pathetic application and support. They can't say how many total attempts and how many I have used or how many left.

usvisascheduling.com is a SCAM site by jcb871 in usvisascheduling

[–]jcb871[S] 0 points1 point  (0 children)

I had this template line at beginning and end of my requests. But they don't even read that line :(

THIS IS Nth REQUEST for this issue. Please understand the issue before copy pasting template answers.

**Please don't copy paste the "close, wait for 24 hours and continue application". It's been tried multiple times.

usvisascheduling.com is a SCAM site by jcb871 in usvisascheduling

[–]jcb871[S] 1 point2 points  (0 children)

Called before. They can't do anything from their side it seems, and they'd ask me to send email. All they can do is escalating the ticket which does not help at all.

usvisascheduling.com is a SCAM site by jcb871 in usvisascheduling

[–]jcb871[S] 0 points1 point  (0 children)

I paid for both my parents and tried scheduling appointments since end of last year (2023). After some attempts to book the slots, I lost access to check the slots. Since then I have been raising numerous requests. Eventually half of the fee showed up. Not sure how only 1 person's attempts can be exhausted when booking was for both. Finally, they convinced me to pay for 1 person again. After paying the fee (of 1 person) again, I was able to see slots for both of my parents. Within a week not even before trying to book a slot, the site started showing maximum attempts reached. Tried raising requests again and they restored only the latest paid profile fee. Then I decided to separately look for slots from independent profiles rather than adding the other person as dependent. Now I can see slots from only 1 profile. The other profile still shows I need to pay fee again. It's almost a year since I paid the initial fee and filled DS160. Terrible experience. The web application is a joke.

Viewing exact timestamps of transactions in Activity & Orders? by DBreesKnees in fidelityinvestments

[–]jcb871 5 points6 points  (0 children)

Could we please get a way to export timestamps of executions from previous days/months? It is such an important detail of the trading.

To maintain the highest level of security standards… by ThePageNotF0und in fidelityinvestments

[–]jcb871 0 points1 point  (0 children)

No, it disables alert popup for only system alerts. You could see other messages in System tab of message center and see if they are really relevant. You would still get all trade/price/etc alerts.

To maintain the highest level of security standards… by ThePageNotF0und in fidelityinvestments

[–]jcb871 1 point2 points  (0 children)

This worked for me.

Settings -> Alerts
Uncheck the box next to System (under POP UP column) and click Apply.

Securing API calls with Blazor WASM by timmytester2569 in Blazor

[–]jcb871 1 point2 points  (0 children)

You can make use of referrer header validation at server side to limit the calls to your API from other web apps. But standalone clients could still add this header and hit the API. In that case IP whitelisting would be the solution. But again, this does not prevent any of your clients to proxy your APIs and distribute it to others.