You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f.TagPrefix is respected by f.Post(..) and f.PostWithTime(..) methods but not by f.EncodeAndPostData(..) and f.EncodeData(..).
It should be consistent across all methods.
It is very easy to fix but requires api breakage.